#39159C

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

Shades of Persian Indigo #39159C

Tints of Persian Indigo #39159C

Color information

#39159C (or 0x39159C) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and 9C. RGB value is (57,21,156). Sum of RGB (Red+Green+Blue) = 57+21+156=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #39159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39159C is #C6EA63. Grayscale: #2E2E2E. Windows color (decimal): -13036132 or 10229049. OLE color: 10229049.

HSL color Cylindrical-coordinate representation of color #39159C: hue angle of 256º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #39159C is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5721156-
CMYK0.630.8700.39
HSL256º76.27%34.71%-
HSV(B)256º86.54%61.18%-
XYZ7.963.8131.77-
YUV47.15189.43135.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 156 (61.33% from 255) = 66.67%
R=24.36%
G=8.97%
B=66.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57211560.630.8700.3925676.2734.71
Hex39159C3F570271004c23
Octal71252347712704740011443
Binary1110011010110011100111111101011101001111000000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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