#39119A

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

Shades of Persian Indigo #39119A

Tints of Persian Indigo #39119A

Color information

#39119A (or 0x39119A) is unknown color: approx Persian Indigo. HEX triplet: 39, 11 and 9A. RGB value is (57,17,154). Sum of RGB (Red+Green+Blue) = 57+17+154=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #39119A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39119A is #C6EE65. Grayscale: #2C2C2C. Windows color (decimal): -13037158 or 10096953. OLE color: 10096953.

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

Color convert

RGB5717154-
CMYK0.630.8900.40
HSL257.52º80.12%33.53%-
HSV(B)257.52º88.96%60.39%-
XYZ7.723.630.86-
YUV44.58189.75136.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 154 (60.55% from 255) = 67.54%
R=25%
G=7.46%
B=67.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57171540.630.8900.40257.5280.1233.53
Hex39119A3F590281025022
Octal71212327713105040212042
Binary1110011000110011010111111101100101010001000000101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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