Html Css Color HEX #37049C Persian Indigo

📋 copy color: '#37049C'

red 55 ◦ green 4 ◦ blue 156

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

Shades of Persian Indigo #37049C

Tints of Persian Indigo #37049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 72.56%

R = 25.58%
G = 1.86%
B = 72.56%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37049C (or 0x37049C) is known color: Persian Indigo. HEX triplet: 37, 04 and 9C. RGB value is (55,4,156). Sum of RGB (Red+Green+Blue) = 55+4+156=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #37049C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37049C is #C8FB63. Grayscale: #242424. Windows color (decimal): -13171556 or 10224695. OLE color: 10224695.

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

Color convert

RGB 55 4 156 -
CMYK 0.65 0.97 0 0.39
HSL 260.13º 0.95% 0.31% -
HSV(B) 260.13º 0.97% 0.61% -
XYZ 7.62 3.3 31.69 -
YUV 36.58 195.4 141.14 -
System Red Green Blue C M Y K H S L
Decimal 55 4 156 0.65 0.97 0 0.39 260.13 0.95 0.31
Hex 37 4 9C 41 61 0 27 104 5F 1F
Octal 67 4 234 101 141 0 47 404 137 37
Binary 110111 100 10011100 1000001 1100001 0 100111 100000100 1011111 11111

Color Harmonies of #37049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37049C

Black with #37049C

Text Example


Text Example

White with #37049C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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