Html Css Color HEX #360878 Persian Indigo

📋 copy color: '#360878'

red 54 ◦ green 8 ◦ blue 120

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

Shades of Persian Indigo #360878

Tints of Persian Indigo #360878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 65.93%

R = 29.67%
G = 4.4%
B = 65.93%

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

#360878 (or 0x360878) is known color: Persian Indigo. HEX triplet: 36, 08 and 78. RGB value is (54,8,120). Sum of RGB (Red+Green+Blue) = 54+8+120=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #360878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360878 is #C9F787. Grayscale: #222222. Windows color (decimal): -13236104 or 7866422. OLE color: 7866422.

HSL color Cylindrical-coordinate representation of color #360878: hue angle of 264.64º 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 #360878 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 8 120 -
CMYK 0.55 0.93 0 0.53
HSL 264.64º 0.88% 0.25% -
HSV(B) 264.64º 0.93% 0.47% -
XYZ 5 2.31 17.95 -
YUV 34.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 54 8 120 0.55 0.93 0 0.53 264.64 0.88 0.25
Hex 36 8 78 37 5D 0 35 109 58 19
Octal 66 10 170 67 135 0 65 411 130 31
Binary 110110 1000 1111000 110111 1011101 0 110101 100001001 1011000 11001

Color Harmonies of #360878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360878

Black with #360878

Text Example


Text Example

White with #360878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360878; }

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

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

background-color css

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

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

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

border-color css

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

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

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