Html Css Color HEX #360879 Persian Indigo

📋 copy color: '#360879'

red 54 ◦ green 8 ◦ blue 121

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

Shades of Persian Indigo #360879

Tints of Persian Indigo #360879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.37%

 BLUE value IS 121 (47.66% from 255) = 66.12%

R = 29.51%
G = 4.37%
B = 66.12%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#360879 (or 0x360879) is known color: Persian Indigo. HEX triplet: 36, 08 and 79. RGB value is (54,8,121). Sum of RGB (Red+Green+Blue) = 54+8+121=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 121 (47.66% from 255 or 66.12% from 183); Max value from RGB is 121 - color contains mainly: blue. Hex color #360879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360879 is #C9F786. Grayscale: #222222. Windows color (decimal): -13236103 or 7931958. OLE color: 7931958.

HSL color Cylindrical-coordinate representation of color #360879: hue angle of 264.42º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360879 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 8 121 -
CMYK 0.55 0.93 0 0.53
HSL 264.42º 0.88% 0.25% -
HSV(B) 264.42º 0.93% 0.47% -
XYZ 5.06 2.34 18.27 -
YUV 34.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 54 8 121 0.55 0.93 0 0.53 264.42 0.88 0.25
Hex 36 8 79 37 5D 0 35 108 58 19
Octal 66 10 171 67 135 0 65 410 130 31
Binary 110110 1000 1111001 110111 1011101 0 110101 100001000 1011000 11001

Color Harmonies of #360879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360879

Black with #360879

Text Example


Text Example

White with #360879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360879; }

 p { color: rgb(54,8,121); }

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

background-color css

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

 a { background-color: rgb(54,8,121); }

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

border-color css

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

 span { border-color: rgb(54,8,121); }

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