Html Css Color HEX #37126C Persian Indigo

📋 copy color: '#37126C'

red 55 ◦ green 18 ◦ blue 108

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

Shades of Persian Indigo #37126C

Tints of Persian Indigo #37126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.67%

R = 30.39%
G = 9.94%
B = 59.67%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37126C (or 0x37126C) is known color: Persian Indigo. HEX triplet: 37, 12 and 6C. RGB value is (55,18,108). Sum of RGB (Red+Green+Blue) = 55+18+108=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #37126C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37126C is #C8ED93. Grayscale: #272727. Windows color (decimal): -13168020 or 7082551. OLE color: 7082551.

HSL color Cylindrical-coordinate representation of color #37126C: hue angle of 264.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37126C is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 18 108 -
CMYK 0.49 0.83 0 0.58
HSL 264.67º 0.71% 0.25% -
HSV(B) 264.67º 0.83% 0.42% -
XYZ 4.5 2.33 14.4 -
YUV 39.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 55 18 108 0.49 0.83 0 0.58 264.67 0.71 0.25
Hex 37 12 6C 31 53 0 3A 109 47 19
Octal 67 22 154 61 123 0 72 411 107 31
Binary 110111 10010 1101100 110001 1010011 0 111010 100001001 1000111 11001

Color Harmonies of #37126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37126C

Black with #37126C

Text Example


Text Example

White with #37126C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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