#37078C

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

Shades of Persian Indigo #37078C

Tints of Persian Indigo #37078C

Color information

#37078C (or 0x37078C) is unknown color: approx Persian Indigo. HEX triplet: 37, 07 and 8C. RGB value is (55,7,140). Sum of RGB (Red+Green+Blue) = 55+7+140=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #37078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37078C is #C8F873. Grayscale: #242424. Windows color (decimal): -13170804 or 9176887. OLE color: 9176887.

HSL color Cylindrical-coordinate representation of color #37078C: hue angle of 261.65º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37078C is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB557140-
CMYK0.610.9500.45
HSL261.65º90.48%28.82%-
HSV(B)261.65º95%54.9%-
XYZ6.392.8625.03-
YUV36.51186.4141.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 140 (55.08% from 255) = 69.31%
R=27.23%
G=3.47%
B=69.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5571400.610.9500.45261.6590.4828.82
Hex3778C3D5F02D1065a1d
Octal6772147513705540613235
Binary1101111111000110011110110111110101101100000110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,7,140); }

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

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

 a { background-color: rgb(55,7,140); }

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

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

 span { border-color: rgb(55,7,140); }

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