#371373

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

Shades of Persian Indigo #371373

Tints of Persian Indigo #371373

Color information

#371373 (or 0x371373) is unknown color: approx Persian Indigo. HEX triplet: 37, 13 and 73. RGB value is (55,19,115). Sum of RGB (Red+Green+Blue) = 55+19+115=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #371373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371373 is #C8EC8C. Grayscale: #282828. Windows color (decimal): -13167757 or 7541559. OLE color: 7541559.

HSL color Cylindrical-coordinate representation of color #371373: hue angle of 262.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371373 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5519115-
CMYK0.520.8300.55
HSL262.5º71.64%26.27%-
HSV(B)262.5º83.48%45.1%-
XYZ4.92.5216.45-
YUV40.71169.93138.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.10%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 115 (45.31% from 255) = 60.85%
R=29.10%
G=10.05%
B=60.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55191150.520.8300.55262.571.6426.27
Hex3713733453037106481a
Octal67231636412306740611032
Binary11011110011111001111010010100110110111100000110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371373; }

 p { color: rgb(55,19,115); }

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

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

 a { background-color: rgb(55,19,115); }

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

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

 span { border-color: rgb(55,19,115); }

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