#39129E

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

Shades of Persian Indigo #39129E

Tints of Persian Indigo #39129E

Color information

#39129E (or 0x39129E) is unknown color: approx Persian Indigo. HEX triplet: 39, 12 and 9E. RGB value is (57,18,158). Sum of RGB (Red+Green+Blue) = 57+18+158=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #39129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39129E is #C6ED61. Grayscale: #2D2D2D. Windows color (decimal): -13036898 or 10359353. OLE color: 10359353.

HSL color Cylindrical-coordinate representation of color #39129E: hue angle of 256.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39129E is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5718158-
CMYK0.640.8900.38
HSL256.71º79.55%34.51%-
HSV(B)256.71º88.61%61.96%-
XYZ8.083.7732.65-
YUV45.62191.42136.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 158 (62.11% from 255) = 67.81%
R=24.46%
G=7.73%
B=67.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57181580.640.8900.38256.7179.5534.51
Hex39129E40590261015023
Octal712223610013104640112043
Binary11100110010100111101000000101100101001101000000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39129E; }

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

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

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

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

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

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

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

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