Html Css Color HEX #360D89 Persian Indigo

📋 copy color: '#360D89'

red 54 ◦ green 13 ◦ blue 137

#360D89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #360D89

Tints of Persian Indigo #360D89

RGB

 RED value IS 54 (21.48% from 255) = 26.47%

 GREEN value IS 13 (5.47% from 255) = 6.37%

 BLUE value IS 137 (53.91% from 255) = 67.16%

R = 26.47%
G = 6.37%
B = 67.16%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#360D89 (or 0x360D89) is known color: Persian Indigo. HEX triplet: 36, 0D and 89. RGB value is (54,13,137). Sum of RGB (Red+Green+Blue) = 54+13+137=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #360D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360D89 is #C9F276. Grayscale: #262626. Windows color (decimal): -13234807 or 8981814. OLE color: 8981814.

HSL color Cylindrical-coordinate representation of color #360D89: hue angle of 259.84º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360D89 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 13 137 -
CMYK 0.61 0.91 0 0.46
HSL 259.84º 0.83% 0.29% -
HSV(B) 259.84º 0.91% 0.54% -
XYZ 6.18 2.88 23.9 -
YUV 39.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 54 13 137 0.61 0.91 0 0.46 259.84 0.83 0.29
Hex 36 D 89 3D 5B 0 2E 104 53 1D
Octal 66 15 211 75 133 0 56 404 123 35
Binary 110110 1101 10001001 111101 1011011 0 101110 100000100 1010011 11101

Color Harmonies of #360D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D89

Black with #360D89

Text Example


Text Example

White with #360D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360D89; }

 p { color: rgb(54,13,137); }

 H1.HeaderClassName
 {
   color: #360D89;
 }
 .AnyTagClassName
 {
   color: #360D89;
 }
</style>

background-color css

<style>
 a { background-color: #360D89; }

 a { background-color: rgb(54,13,137); }

 div.DivClassName
 {
   background-color: #360D89;
 }
 .BgClassName
 {
   background-color: #360D89;
 }
</style>

border-color css

<style>
 span { border-color: #360D89; }

 span { border-color: rgb(54,13,137); }

 td.TdClassName
 {
   border-color: #360D89;
 }
 .TagClassName
 {
   border-color: #360D89;
 }
</style>