Html Css Color HEX #36126E Persian Indigo

📋 copy color: '#36126E'

red 54 ◦ green 18 ◦ blue 110

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

Shades of Persian Indigo #36126E

Tints of Persian Indigo #36126E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 110 (43.36% from 255) = 60.44%

R = 29.67%
G = 9.89%
B = 60.44%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36126E (or 0x36126E) is known color: Persian Indigo. HEX triplet: 36, 12 and 6E. RGB value is (54,18,110). Sum of RGB (Red+Green+Blue) = 54+18+110=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #36126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36126E is #C9ED91. Grayscale: #262626. Windows color (decimal): -13233554 or 7213622. OLE color: 7213622.

HSL color Cylindrical-coordinate representation of color #36126E: hue angle of 263.48º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36126E is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 18 110 -
CMYK 0.51 0.84 0 0.57
HSL 263.48º 0.72% 0.25% -
HSV(B) 263.48º 0.84% 0.43% -
XYZ 4.55 2.34 14.96 -
YUV 39.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 54 18 110 0.51 0.84 0 0.57 263.48 0.72 0.25
Hex 36 12 6E 33 54 0 39 107 48 19
Octal 66 22 156 63 124 0 71 407 110 31
Binary 110110 10010 1101110 110011 1010100 0 111001 100000111 1001000 11001

Color Harmonies of #36126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36126E

Black with #36126E

Text Example


Text Example

White with #36126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36126E; }

 p { color: rgb(54,18,110); }

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

background-color css

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

 a { background-color: rgb(54,18,110); }

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

border-color css

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

 span { border-color: rgb(54,18,110); }

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