Html Css Color HEX #37047D Persian Indigo

📋 copy color: '#37047D'

red 55 ◦ green 4 ◦ blue 125

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

Shades of Persian Indigo #37047D

Tints of Persian Indigo #37047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 67.93%

R = 29.89%
G = 2.17%
B = 67.93%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37047D (or 0x37047D) is known color: Persian Indigo. HEX triplet: 37, 04 and 7D. RGB value is (55,4,125). Sum of RGB (Red+Green+Blue) = 55+4+125=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #37047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37047D is #C8FB82. Grayscale: #202020. Windows color (decimal): -13171587 or 8193079. OLE color: 8193079.

HSL color Cylindrical-coordinate representation of color #37047D: hue angle of 265.29º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37047D is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 4 125 -
CMYK 0.56 0.97 0 0.51
HSL 265.29º 0.94% 0.25% -
HSV(B) 265.29º 0.97% 0.49% -
XYZ 5.32 2.38 19.58 -
YUV 33.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 55 4 125 0.56 0.97 0 0.51 265.29 0.94 0.25
Hex 37 4 7D 38 61 0 33 109 5E 19
Octal 67 4 175 70 141 0 63 411 136 31
Binary 110111 100 1111101 111000 1100001 0 110011 100001001 1011110 11001

Color Harmonies of #37047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37047D

Black with #37047D

Text Example


Text Example

White with #37047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37047D; }

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

 H1.HeaderClassName
 {
   color: #37047D;
 }
 .AnyTagClassName
 {
   color: #37047D;
 }
</style>

background-color css

<style>
 a { background-color: #37047D; }

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

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

border-color css

<style>
 span { border-color: #37047D; }

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

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