Html Css Color HEX #360C76 Persian Indigo

📋 copy color: '#360C76'

red 54 ◦ green 12 ◦ blue 118

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

Shades of Persian Indigo #360C76

Tints of Persian Indigo #360C76

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.52%

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

R = 29.35%
G = 6.52%
B = 64.13%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360C76 (or 0x360C76) is known color: Persian Indigo. HEX triplet: 36, 0C and 76. RGB value is (54,12,118). Sum of RGB (Red+Green+Blue) = 54+12+118=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #360C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C76 is #C9F389. Grayscale: #242424. Windows color (decimal): -13235082 or 7736374. OLE color: 7736374.

HSL color Cylindrical-coordinate representation of color #360C76: hue angle of 263.77º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360C76 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 12 118 -
CMYK 0.54 0.90 0 0.54
HSL 263.77º 0.82% 0.25% -
HSV(B) 263.77º 0.9% 0.46% -
XYZ 4.92 2.36 17.33 -
YUV 36.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 54 12 118 0.54 0.90 0 0.54 263.77 0.82 0.25
Hex 36 C 76 36 5A 0 36 108 52 19
Octal 66 14 166 66 132 0 66 410 122 31
Binary 110110 1100 1110110 110110 1011010 0 110110 100001000 1010010 11001

Color Harmonies of #360C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C76

Black with #360C76

Text Example


Text Example

White with #360C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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