#39158B

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

Shades of Persian Indigo #39158B

Tints of Persian Indigo #39158B

Color information

#39158B (or 0x39158B) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and 8B. RGB value is (57,21,139). Sum of RGB (Red+Green+Blue) = 57+21+139=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #39158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39158B is #C6EA74. Grayscale: #2C2C2C. Windows color (decimal): -13036149 or 9114937. OLE color: 9114937.

HSL color Cylindrical-coordinate representation of color #39158B: hue angle of 258.31º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #39158B is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5721139-
CMYK0.590.8500.45
HSL258.31º73.75%31.37%-
HSV(B)258.31º84.89%54.51%-
XYZ6.623.2724.71-
YUV45.22180.93136.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 139 (54.69% from 255) = 64.06%
R=26.27%
G=9.68%
B=64.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57211390.590.8500.45258.3173.7531.37
Hex39158B3B5502D1024a1f
Octal71252137312505540211237
Binary111001101011000101111101110101010101101100000010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39158B; }

 p { color: rgb(57,21,139); }

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

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

 a { background-color: rgb(57,21,139); }

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

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

 span { border-color: rgb(57,21,139); }

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