#39127F

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

Shades of Persian Indigo #39127F

Tints of Persian Indigo #39127F

Color information

#39127F (or 0x39127F) is unknown color: approx Persian Indigo. HEX triplet: 39, 12 and 7F. RGB value is (57,18,127). Sum of RGB (Red+Green+Blue) = 57+18+127=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #39127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39127F is #C6ED80. Grayscale: #292929. Windows color (decimal): -13036929 or 8327737. OLE color: 8327737.

HSL color Cylindrical-coordinate representation of color #39127F: hue angle of 261.47º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39127F is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5718127-
CMYK0.550.8600.50
HSL261.47º75.17%28.43%-
HSV(B)261.47º85.83%49.8%-
XYZ5.732.8320.32-
YUV42.09175.92138.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.22%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 127 (50% from 255) = 62.87%
R=28.22%
G=8.91%
B=62.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57181270.550.8600.50261.4775.1728.43
Hex39127F37560321054b1c
Octal71221776712606240511334
Binary11100110010111111111011110101100110010100000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39127F; }

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

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

<style>
 a { background-color: #39127F; }

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

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

<style>
 span { border-color: #39127F; }

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

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