#371C70

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

Shades of Persian Indigo #371C70

Tints of Persian Indigo #371C70

Color information

#371C70 (or 0x371C70) is unknown color: approx Persian Indigo. HEX triplet: 37, 1C and 70. RGB value is (55,28,112). Sum of RGB (Red+Green+Blue) = 55+28+112=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #371C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C70 is #C8E38F. Grayscale: #2D2D2D. Windows color (decimal): -13165456 or 7347255. OLE color: 7347255.

HSL color Cylindrical-coordinate representation of color #371C70: hue angle of 259.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371C70 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5528112-
CMYK0.510.7500.56
HSL259.29º60%27.45%-
HSV(B)259.29º75%43.92%-
XYZ4.922.8115.61-
YUV45.65165.45134.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=28.21%
G=14.36%
B=57.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55281120.510.7500.56259.296027.45
Hex371C70334B0381033c1b
Octal6734160631130704037433
Binary1101111110011100001100111001011011100010000001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C70; }

 p { color: rgb(55,28,112); }

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

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

 a { background-color: rgb(55,28,112); }

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

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

 span { border-color: rgb(55,28,112); }

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