#39117A

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

Shades of Persian Indigo #39117A

Tints of Persian Indigo #39117A

Color information

#39117A (or 0x39117A) is unknown color: approx Persian Indigo. HEX triplet: 39, 11 and 7A. RGB value is (57,17,122). Sum of RGB (Red+Green+Blue) = 57+17+122=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #39117A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39117A is #C6EE85. Grayscale: #282828. Windows color (decimal): -13037190 or 7999801. OLE color: 7999801.

HSL color Cylindrical-coordinate representation of color #39117A: hue angle of 262.86º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39117A is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5717122-
CMYK0.530.8600.52
HSL262.86º75.54%27.25%-
HSV(B)262.86º86.07%47.84%-
XYZ5.42.6818.64-
YUV40.93173.75139.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 122 (48.05% from 255) = 62.24%
R=29.08%
G=8.67%
B=62.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57171220.530.8600.52262.8675.5427.25
Hex39117A35560341074c1b
Octal71211726512606440711433
Binary11100110001111101011010110101100110100100000111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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