Html Css Color HEX #37046F Persian Indigo

📋 copy color: '#37046F'

red 55 ◦ green 4 ◦ blue 111

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

Shades of Persian Indigo #37046F

Tints of Persian Indigo #37046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 32.35%
G = 2.35%
B = 65.29%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37046F (or 0x37046F) is known color: Persian Indigo. HEX triplet: 37, 04 and 6F. RGB value is (55,4,111). Sum of RGB (Red+Green+Blue) = 55+4+111=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #37046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37046F is #C8FB90. Grayscale: #1F1F1F. Windows color (decimal): -13171601 or 7275575. OLE color: 7275575.

HSL color Cylindrical-coordinate representation of color #37046F: hue angle of 268.6º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37046F is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 4 111 -
CMYK 0.50 0.96 0 0.56
HSL 268.6º 0.93% 0.23% -
HSV(B) 268.6º 0.96% 0.44% -
XYZ 4.49 2.05 15.2 -
YUV 31.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 55 4 111 0.50 0.96 0 0.56 268.6 0.93 0.23
Hex 37 4 6F 32 60 0 38 10D 5D 17
Octal 67 4 157 62 140 0 70 415 135 27
Binary 110111 100 1101111 110010 1100000 0 111000 100001101 1011101 10111

Color Harmonies of #37046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37046F

Black with #37046F

Text Example


Text Example

White with #37046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,4,111); }

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

background-color css

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

 a { background-color: rgb(55,4,111); }

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

border-color css

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

 span { border-color: rgb(55,4,111); }

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