#37057A

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

Shades of Persian Indigo #37057A

Tints of Persian Indigo #37057A

Color information

#37057A (or 0x37057A) is unknown color: approx Persian Indigo. HEX triplet: 37, 05 and 7A. RGB value is (55,5,122). Sum of RGB (Red+Green+Blue) = 55+5+122=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #37057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37057A is #C8FA85. Grayscale: #202020. Windows color (decimal): -13171334 or 7996727. OLE color: 7996727.

HSL color Cylindrical-coordinate representation of color #37057A: hue angle of 265.64º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37057A is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB555122-
CMYK0.550.9600.52
HSL265.64º92.13%24.9%-
HSV(B)265.64º95.9%47.84%-
XYZ5.142.3318.59-
YUV33.29178.06143.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 122 (48.05% from 255) = 67.03%
R=30.22%
G=2.75%
B=67.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5551220.550.9600.52265.6492.1324.9
Hex3757A376003410a5c19
Octal6751726714006441213431
Binary110111101111101011011111000000110100100001010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37057A; }

 p { color: rgb(55,5,122); }

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

<style>
 a { background-color: #37057A; }

 a { background-color: rgb(55,5,122); }

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

<style>
 span { border-color: #37057A; }

 span { border-color: rgb(55,5,122); }

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