#39217A

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

Shades of Persian Indigo #39217A

Tints of Persian Indigo #39217A

Color information

#39217A (or 0x39217A) is unknown color: approx Persian Indigo. HEX triplet: 39, 21 and 7A. RGB value is (57,33,122). Sum of RGB (Red+Green+Blue) = 57+33+122=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #39217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39217A is #C6DE85. Grayscale: #313131. Windows color (decimal): -13033094 or 8003897. OLE color: 8003897.

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

Color convert

RGB5733122-
CMYK0.530.7300.52
HSL256.18º57.42%30.39%-
HSV(B)256.18º72.95%47.84%-
XYZ5.743.3618.76-
YUV50.32168.45132.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 122 (48.05% from 255) = 57.55%
R=26.89%
G=15.57%
B=57.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57331220.530.7300.52256.1857.4230.39
Hex39217A3549034100391e
Octal7141172651110644007136
Binary11100110000111110101101011001001011010010000000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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