#39128B

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

Shades of Persian Indigo #39128B

Tints of Persian Indigo #39128B

Color information

#39128B (or 0x39128B) is unknown color: approx Persian Indigo. HEX triplet: 39, 12 and 8B. RGB value is (57,18,139). Sum of RGB (Red+Green+Blue) = 57+18+139=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #39128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39128B is #C6ED74. Grayscale: #2B2B2B. Windows color (decimal): -13036917 or 9114169. OLE color: 9114169.

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

Color convert

RGB5718139-
CMYK0.590.8700.45
HSL259.34º77.07%30.78%-
HSV(B)259.34º87.05%54.51%-
XYZ6.563.1724.69-
YUV43.46181.92137.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 139 (54.69% from 255) = 64.95%
R=26.64%
G=8.41%
B=64.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57181390.590.8700.45259.3477.0730.78
Hex39128B3B5702D1034d1f
Octal71222137312705540311537
Binary111001100101000101111101110101110101101100000011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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