#39169A

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

Shades of Persian Indigo #39169A

Tints of Persian Indigo #39169A

Color information

#39169A (or 0x39169A) is unknown color: approx Persian Indigo. HEX triplet: 39, 16 and 9A. RGB value is (57,22,154). Sum of RGB (Red+Green+Blue) = 57+22+154=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #39169A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39169A is #C6E965. Grayscale: #2F2F2F. Windows color (decimal): -13035878 or 10098233. OLE color: 10098233.

HSL color Cylindrical-coordinate representation of color #39169A: hue angle of 255.91º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39169A is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5722154-
CMYK0.630.8600.40
HSL255.91º75%34.51%-
HSV(B)255.91º85.71%60.39%-
XYZ7.813.7830.89-
YUV47.51188.1134.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 154 (60.55% from 255) = 66.09%
R=24.46%
G=9.44%
B=66.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57221540.630.8600.40255.917534.51
Hex39169A3F560281004b23
Octal71262327712605040011343
Binary1110011011010011010111111101011001010001000000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39169A; }

 p { color: rgb(57,22,154); }

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

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

 a { background-color: rgb(57,22,154); }

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

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

 span { border-color: rgb(57,22,154); }

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