Html Css Color HEX #37049F Persian Indigo

📋 copy color: '#37049F'

red 55 ◦ green 4 ◦ blue 159

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

Shades of Persian Indigo #37049F

Tints of Persian Indigo #37049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 72.94%

R = 25.23%
G = 1.83%
B = 72.94%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37049F (or 0x37049F) is known color: Persian Indigo. HEX triplet: 37, 04 and 9F. RGB value is (55,4,159). Sum of RGB (Red+Green+Blue) = 55+4+159=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #37049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37049F is #C8FB60. Grayscale: #242424. Windows color (decimal): -13171553 or 10421303. OLE color: 10421303.

HSL color Cylindrical-coordinate representation of color #37049F: hue angle of 259.74º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37049F is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 4 159 -
CMYK 0.65 0.97 0 0.38
HSL 259.74º 0.95% 0.32% -
HSV(B) 259.74º 0.97% 0.62% -
XYZ 7.88 3.4 33.04 -
YUV 36.92 196.9 140.9 -
System Red Green Blue C M Y K H S L
Decimal 55 4 159 0.65 0.97 0 0.38 259.74 0.95 0.32
Hex 37 4 9F 41 61 0 26 104 5F 20
Octal 67 4 237 101 141 0 46 404 137 40
Binary 110111 100 10011111 1000001 1100001 0 100110 100000100 1011111 100000

Color Harmonies of #37049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37049F

Black with #37049F

Text Example


Text Example

White with #37049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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