Html Css Color HEX #360276 Persian Indigo

📋 copy color: '#360276'

red 54 ◦ green 2 ◦ blue 118

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

Shades of Persian Indigo #360276

Tints of Persian Indigo #360276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 31.03%
G = 1.15%
B = 67.82%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360276 (or 0x360276) is known color: Persian Indigo. HEX triplet: 36, 02 and 76. RGB value is (54,2,118). Sum of RGB (Red+Green+Blue) = 54+2+118=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #360276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360276 is #C9FD89. Grayscale: #1E1E1E. Windows color (decimal): -13237642 or 7733814. OLE color: 7733814.

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

Color convert

RGB 54 2 118 -
CMYK 0.54 0.98 0 0.54
HSL 266.9º 0.97% 0.24% -
HSV(B) 266.9º 0.98% 0.46% -
XYZ 4.81 2.14 17.3 -
YUV 30.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 54 2 118 0.54 0.98 0 0.54 266.9 0.97 0.24
Hex 36 2 76 36 62 0 36 10B 61 18
Octal 66 2 166 66 142 0 66 413 141 30
Binary 110110 10 1110110 110110 1100010 0 110110 100001011 1100001 11000

Color Harmonies of #360276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360276

Black with #360276

Text Example


Text Example

White with #360276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360276; }

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

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

background-color css

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

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

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

border-color css

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

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

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