Html Css Color HEX #37006A Persian Indigo

📋 copy color: '#37006A'

red 55 ◦ green 0 ◦ blue 106

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

Shades of Persian Indigo #37006A

Tints of Persian Indigo #37006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.16%
G = 0%
B = 65.84%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37006A (or 0x37006A) is known color: Persian Indigo. HEX triplet: 37, 00 and 6A. RGB value is (55,0,106). Sum of RGB (Red+Green+Blue) = 55+0+106=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #37006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37006A is #C8FF95. Grayscale: #1C1C1C. Windows color (decimal): -13172630 or 6946871. OLE color: 6946871.

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

Color convert

RGB 55 0 106 -
CMYK 0.48 1 0 0.58
HSL 271.13º 1% 0.21% -
HSV(B) 271.13º 1% 0.42% -
XYZ 4.18 1.85 13.77 -
YUV 28.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 55 0 106 0.48 1 0 0.58 271.13 1 0.21
Hex 37 0 6A 30 64 0 3A 10F 64 15
Octal 67 0 152 60 144 0 72 417 144 25
Binary 110111 0 1101010 110000 1100100 0 111010 100001111 1100100 10101

Color Harmonies of #37006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37006A

Black with #37006A

Text Example


Text Example

White with #37006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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