Html Css Color HEX #37126D Persian Indigo

📋 copy color: '#37126D'

red 55 ◦ green 18 ◦ blue 109

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

Shades of Persian Indigo #37126D

Tints of Persian Indigo #37126D

RGB

 RED value IS 55 (21.88% from 255) = 30.22%

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

 BLUE value IS 109 (42.97% from 255) = 59.89%

R = 30.22%
G = 9.89%
B = 59.89%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37126D (or 0x37126D) is known color: Persian Indigo. HEX triplet: 37, 12 and 6D. RGB value is (55,18,109). Sum of RGB (Red+Green+Blue) = 55+18+109=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #37126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37126D is #C8ED92. Grayscale: #272727. Windows color (decimal): -13168019 or 7148087. OLE color: 7148087.

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

Color convert

RGB 55 18 109 -
CMYK 0.50 0.83 0 0.57
HSL 264.4º 0.72% 0.25% -
HSV(B) 264.4º 0.83% 0.43% -
XYZ 4.55 2.35 14.68 -
YUV 39.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 55 18 109 0.50 0.83 0 0.57 264.4 0.72 0.25
Hex 37 12 6D 32 53 0 39 108 48 19
Octal 67 22 155 62 123 0 71 410 110 31
Binary 110111 10010 1101101 110010 1010011 0 111001 100001000 1001000 11001

Color Harmonies of #37126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37126D

Black with #37126D

Text Example


Text Example

White with #37126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37126D; }

 p { color: rgb(55,18,109); }

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

background-color css

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

 a { background-color: rgb(55,18,109); }

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

border-color css

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

 span { border-color: rgb(55,18,109); }

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