#37097D

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

Shades of Persian Indigo #37097D

Tints of Persian Indigo #37097D

Color information

#37097D (or 0x37097D) is unknown color: approx Persian Indigo. HEX triplet: 37, 09 and 7D. RGB value is (55,9,125). Sum of RGB (Red+Green+Blue) = 55+9+125=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #37097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37097D is #C8F682. Grayscale: #232323. Windows color (decimal): -13170307 or 8194359. OLE color: 8194359.

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

Color convert

RGB559125-
CMYK0.560.9300.51
HSL263.79º86.57%26.27%-
HSV(B)263.79º92.8%49.02%-
XYZ5.372.4919.6-
YUV35.98178.24141.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.10%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 125 (49.22% from 255) = 66.14%
R=29.10%
G=4.76%
B=66.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5591250.560.9300.51263.7986.5726.27
Hex3797D385D033108571a
Octal67111757013506341012732
Binary1101111001111110111100010111010110011100001000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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