Html Css Color HEX #36126F Persian Indigo

📋 copy color: '#36126F'

red 54 ◦ green 18 ◦ blue 111

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

Shades of Persian Indigo #36126F

Tints of Persian Indigo #36126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.66%

R = 29.51%
G = 9.84%
B = 60.66%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#36126F (or 0x36126F) is known color: Persian Indigo. HEX triplet: 36, 12 and 6F. RGB value is (54,18,111). Sum of RGB (Red+Green+Blue) = 54+18+111=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #36126F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36126F is #C9ED90. Grayscale: #272727. Windows color (decimal): -13233553 or 7279158. OLE color: 7279158.

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

Color convert

RGB 54 18 111 -
CMYK 0.51 0.84 0 0.56
HSL 263.23º 0.72% 0.25% -
HSV(B) 263.23º 0.84% 0.44% -
XYZ 4.61 2.36 15.25 -
YUV 39.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 54 18 111 0.51 0.84 0 0.56 263.23 0.72 0.25
Hex 36 12 6F 33 54 0 38 107 48 19
Octal 66 22 157 63 124 0 70 407 110 31
Binary 110110 10010 1101111 110011 1010100 0 111000 100000111 1001000 11001

Color Harmonies of #36126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36126F

Black with #36126F

Text Example


Text Example

White with #36126F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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