Html Css Color HEX #360576 Persian Indigo

📋 copy color: '#360576'

red 54 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #360576

Tints of Persian Indigo #360576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

 BLUE value IS 118 (46.48% from 255) = 66.67%

R = 30.51%
G = 2.82%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360576 (or 0x360576) is known color: Persian Indigo. HEX triplet: 36, 05 and 76. RGB value is (54,5,118). Sum of RGB (Red+Green+Blue) = 54+5+118=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #360576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360576 is #C9FA89. Grayscale: #202020. Windows color (decimal): -13236874 or 7734582. OLE color: 7734582.

HSL color Cylindrical-coordinate representation of color #360576: hue angle of 266.02º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360576 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 5 118 -
CMYK 0.54 0.96 0 0.54
HSL 266.02º 0.92% 0.24% -
HSV(B) 266.02º 0.96% 0.46% -
XYZ 4.85 2.2 17.31 -
YUV 32.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 54 5 118 0.54 0.96 0 0.54 266.02 0.92 0.24
Hex 36 5 76 36 60 0 36 10A 5C 18
Octal 66 5 166 66 140 0 66 412 134 30
Binary 110110 101 1110110 110110 1100000 0 110110 100001010 1011100 11000

Color Harmonies of #360576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360576

Black with #360576

Text Example


Text Example

White with #360576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360576; }

 p { color: rgb(54,5,118); }

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

background-color css

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

 a { background-color: rgb(54,5,118); }

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

border-color css

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

 span { border-color: rgb(54,5,118); }

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