Html Css Color HEX #37047F Persian Indigo

📋 copy color: '#37047F'

red 55 ◦ green 4 ◦ blue 127

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

Shades of Persian Indigo #37047F

Tints of Persian Indigo #37047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 68.28%

R = 29.57%
G = 2.15%
B = 68.28%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37047F (or 0x37047F) is known color: Persian Indigo. HEX triplet: 37, 04 and 7F. RGB value is (55,4,127). Sum of RGB (Red+Green+Blue) = 55+4+127=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #37047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37047F is #C8FB80. Grayscale: #202020. Windows color (decimal): -13171585 or 8324151. OLE color: 8324151.

HSL color Cylindrical-coordinate representation of color #37047F: hue angle of 264.88º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37047F is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 4 127 -
CMYK 0.57 0.97 0 0.50
HSL 264.88º 0.94% 0.26% -
HSV(B) 264.88º 0.97% 0.5% -
XYZ 5.45 2.43 20.26 -
YUV 33.27 180.9 143.5 -
System Red Green Blue C M Y K H S L
Decimal 55 4 127 0.57 0.97 0 0.50 264.88 0.94 0.26
Hex 37 4 7F 39 61 0 32 109 5E 1A
Octal 67 4 177 71 141 0 62 411 136 32
Binary 110111 100 1111111 111001 1100001 0 110010 100001001 1011110 11010

Color Harmonies of #37047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37047F

Black with #37047F

Text Example


Text Example

White with #37047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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