Html Css Color HEX #37049E Persian Indigo

📋 copy color: '#37049E'

red 55 ◦ green 4 ◦ blue 158

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

Shades of Persian Indigo #37049E

Tints of Persian Indigo #37049E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 72.81%

R = 25.35%
G = 1.84%
B = 72.81%

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

#37049E (or 0x37049E) is known color: Persian Indigo. HEX triplet: 37, 04 and 9E. RGB value is (55,4,158). Sum of RGB (Red+Green+Blue) = 55+4+158=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #37049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37049E is #C8FB61. Grayscale: #242424. Windows color (decimal): -13171554 or 10355767. OLE color: 10355767.

HSL color Cylindrical-coordinate representation of color #37049E: hue angle of 259.87º 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 #37049E is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 4 158 -
CMYK 0.65 0.97 0 0.38
HSL 259.87º 0.95% 0.32% -
HSV(B) 259.87º 0.97% 0.62% -
XYZ 7.79 3.37 32.59 -
YUV 36.81 196.4 140.98 -
System Red Green Blue C M Y K H S L
Decimal 55 4 158 0.65 0.97 0 0.38 259.87 0.95 0.32
Hex 37 4 9E 41 61 0 26 104 5F 20
Octal 67 4 236 101 141 0 46 404 137 40
Binary 110111 100 10011110 1000001 1100001 0 100110 100000100 1011111 100000

Color Harmonies of #37049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37049E

Black with #37049E

Text Example


Text Example

White with #37049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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