#37047C

Color #37047C Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #37047C

Tints of Persian Indigo #37047C

Color information

#37047C (or 0x37047C) is unknown color: approx Persian Indigo. HEX triplet: 37, 04 and 7C. RGB value is (55,4,124). Sum of RGB (Red+Green+Blue) = 55+4+124=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #37047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37047C is #C8FB83. Grayscale: #202020. Windows color (decimal): -13171588 or 8127543. OLE color: 8127543.

HSL color Cylindrical-coordinate representation of color #37047C: hue angle of 265.5º 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 #37047C is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB554124-
CMYK0.560.9700.51
HSL265.5º93.75%25.1%-
HSV(B)265.5º96.77%48.63%-
XYZ5.262.3519.25-
YUV32.93179.4143.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 124 (48.83% from 255) = 67.76%
R=30.05%
G=2.19%
B=67.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5541240.560.9700.51265.593.7525.1
Hex3747C386103310a5e19
Octal6741747014106341213631
Binary110111100111110011100011000010110011100001010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37047C;
 }
 .AnyTagClassName
 {
   color: #37047C;
 }
</style>
background-color css

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

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

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

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

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

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