#37146E

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

Shades of Persian Indigo #37146E

Tints of Persian Indigo #37146E

Color information

#37146E (or 0x37146E) is unknown color: approx Persian Indigo. HEX triplet: 37, 14 and 6E. RGB value is (55,20,110). Sum of RGB (Red+Green+Blue) = 55+20+110=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #37146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37146E is #C8EB91. Grayscale: #282828. Windows color (decimal): -13167506 or 7214135. OLE color: 7214135.

HSL color Cylindrical-coordinate representation of color #37146E: hue angle of 263.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37146E is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5520110-
CMYK0.50.8200.57
HSL263.33º69.23%25.49%-
HSV(B)263.33º81.82%43.14%-
XYZ4.642.4414.98-
YUV40.72167.1138.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 110 (43.36% from 255) = 59.46%
R=29.73%
G=10.81%
B=59.46%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55201100.50.8200.57263.3369.2325.49
Hex37146E32520391074519
Octal67241566212207140710531
Binary11011110100110111011001010100100111001100000111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37146E; }

 p { color: rgb(55,20,110); }

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

<style>
 a { background-color: #37146E; }

 a { background-color: rgb(55,20,110); }

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

<style>
 span { border-color: #37146E; }

 span { border-color: rgb(55,20,110); }

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