#39078A

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

Shades of Persian Indigo #39078A

Tints of Persian Indigo #39078A

Color information

#39078A (or 0x39078A) is unknown color: approx Persian Indigo. HEX triplet: 39, 07 and 8A. RGB value is (57,7,138). Sum of RGB (Red+Green+Blue) = 57+7+138=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #39078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39078A is #C6F875. Grayscale: #242424. Windows color (decimal): -13039734 or 9045817. OLE color: 9045817.

HSL color Cylindrical-coordinate representation of color #39078A: hue angle of 262.9º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #39078A is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB577138-
CMYK0.590.9500.46
HSL262.9º90.34%28.43%-
HSV(B)262.9º94.93%54.12%-
XYZ6.352.8624.26-
YUV36.88185.06142.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.22%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=28.22%
G=3.47%
B=68.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5771380.590.9500.46262.990.3428.43
Hex3978A3B5F02E1075a1c
Octal7172127313705640713234
Binary1110011111000101011101110111110101110100000111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,7,138); }

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

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

 a { background-color: rgb(57,7,138); }

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

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

 span { border-color: rgb(57,7,138); }

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