#39107A

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

Shades of Persian Indigo #39107A

Tints of Persian Indigo #39107A

Color information

#39107A (or 0x39107A) is unknown color: approx Persian Indigo. HEX triplet: 39, 10 and 7A. RGB value is (57,16,122). Sum of RGB (Red+Green+Blue) = 57+16+122=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #39107A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39107A is #C6EF85. Grayscale: #272727. Windows color (decimal): -13037446 or 7999545. OLE color: 7999545.

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

Color convert

RGB5716122-
CMYK0.530.8700.52
HSL263.21º76.81%27.06%-
HSV(B)263.21º86.89%47.84%-
XYZ5.392.6518.64-
YUV40.34174.08139.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 122 (48.05% from 255) = 62.56%
R=29.23%
G=8.21%
B=62.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57161220.530.8700.52263.2176.8127.06
Hex39107A35570341074d1b
Octal71201726512706440711533
Binary11100110000111101011010110101110110100100000111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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