#39157C

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

Shades of Persian Indigo #39157C

Tints of Persian Indigo #39157C

Color information

#39157C (or 0x39157C) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and 7C. RGB value is (57,21,124). Sum of RGB (Red+Green+Blue) = 57+21+124=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #39157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39157C is #C6EA83. Grayscale: #2B2B2B. Windows color (decimal): -13036164 or 8131897. OLE color: 8131897.

HSL color Cylindrical-coordinate representation of color #39157C: hue angle of 260.97º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39157C is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5721124-
CMYK0.540.8300.51
HSL260.97º71.03%28.43%-
HSV(B)260.97º83.06%48.63%-
XYZ5.592.8619.33-
YUV43.51173.43137.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.22%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 124 (48.83% from 255) = 61.39%
R=28.22%
G=10.40%
B=61.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57211240.540.8300.51260.9771.0328.43
Hex39157C3653033105471c
Octal71251746612306340510734
Binary11100110101111110011011010100110110011100000101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39157C; }

 p { color: rgb(57,21,124); }

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

<style>
 a { background-color: #39157C; }

 a { background-color: rgb(57,21,124); }

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

<style>
 span { border-color: #39157C; }

 span { border-color: rgb(57,21,124); }

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