Html Css Color HEX #37026A Persian Indigo

📋 copy color: '#37026A'

red 55 ◦ green 2 ◦ blue 106

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

Shades of Persian Indigo #37026A

Tints of Persian Indigo #37026A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 106 (41.8% from 255) = 65.03%

R = 33.74%
G = 1.23%
B = 65.03%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37026A (or 0x37026A) is known color: Persian Indigo. HEX triplet: 37, 02 and 6A. RGB value is (55,2,106). Sum of RGB (Red+Green+Blue) = 55+2+106=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #37026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37026A is #C8FD95. Grayscale: #1D1D1D. Windows color (decimal): -13172118 or 6947383. OLE color: 6947383.

HSL color Cylindrical-coordinate representation of color #37026A: hue angle of 270.58º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37026A is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 2 106 -
CMYK 0.48 0.98 0 0.58
HSL 270.58º 0.96% 0.21% -
HSV(B) 270.58º 0.98% 0.42% -
XYZ 4.2 1.9 13.78 -
YUV 29.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 55 2 106 0.48 0.98 0 0.58 270.58 0.96 0.21
Hex 37 2 6A 30 62 0 3A 10F 60 15
Octal 67 2 152 60 142 0 72 417 140 25
Binary 110111 10 1101010 110000 1100010 0 111010 100001111 1100000 10101

Color Harmonies of #37026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37026A

Black with #37026A

Text Example


Text Example

White with #37026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37026A; }

 p { color: rgb(55,2,106); }

 H1.HeaderClassName
 {
   color: #37026A;
 }
 .AnyTagClassName
 {
   color: #37026A;
 }
</style>

background-color css

<style>
 a { background-color: #37026A; }

 a { background-color: rgb(55,2,106); }

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

border-color css

<style>
 span { border-color: #37026A; }

 span { border-color: rgb(55,2,106); }

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