#392085

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

Shades of Persian Indigo #392085

Tints of Persian Indigo #392085

Color information

#392085 (or 0x392085) is unknown color: approx Persian Indigo. HEX triplet: 39, 20 and 85. RGB value is (57,32,133). Sum of RGB (Red+Green+Blue) = 57+32+133=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #392085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392085 is #C6DF7A. Grayscale: #323232. Windows color (decimal): -13033339 or 8724537. OLE color: 8724537.

HSL color Cylindrical-coordinate representation of color #392085: hue angle of 254.85º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392085 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5732133-
CMYK0.570.7600.48
HSL254.85º61.21%32.35%-
HSV(B)254.85º75.94%52.16%-
XYZ6.443.622.55-
YUV50.99174.28132.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 133 (52.34% from 255) = 59.91%
R=25.68%
G=14.41%
B=59.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57321330.570.7600.48254.8561.2132.35
Hex392085394C030ff3d20
Octal7140205711140603777540
Binary111001100000100001011110011001100011000011111111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392085; }

 p { color: rgb(57,32,133); }

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

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

 a { background-color: rgb(57,32,133); }

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

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

 span { border-color: rgb(57,32,133); }

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