#371085

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

Shades of Persian Indigo #371085

Tints of Persian Indigo #371085

Color information

#371085 (or 0x371085) is unknown color: approx Persian Indigo. HEX triplet: 37, 10 and 85. RGB value is (55,16,133). Sum of RGB (Red+Green+Blue) = 55+16+133=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #371085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371085 is #C8EF7A. Grayscale: #282828. Windows color (decimal): -13168507 or 8720439. OLE color: 8720439.

HSL color Cylindrical-coordinate representation of color #371085: hue angle of 260º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371085 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5516133-
CMYK0.590.8800.48
HSL260º78.52%29.22%-
HSV(B)260º87.97%52.16%-
XYZ5.992.8822.43-
YUV41179.92137.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=26.96%
G=7.84%
B=65.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55161330.590.8800.4826078.5229.22
Hex3710853B580301044f1d
Octal67202057313006040411735
Binary110111100001000010111101110110000110000100000100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371085; }

 p { color: rgb(55,16,133); }

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

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

 a { background-color: rgb(55,16,133); }

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

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

 span { border-color: rgb(55,16,133); }

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