#3c159c

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

Shades of Persian Indigo #3C159C

Tints of Persian Indigo #3C159C

Color information

#3C159C (or 0x3C159C) is unknown color: approx Persian Indigo. HEX triplet: 3C, 15 and 9C. RGB value is (60,21,156). Sum of RGB (Red+Green+Blue) = 60+21+156=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C159C is #C3EA63. Grayscale: #2F2F2F. Windows color (decimal): -12839524 or 10229052. OLE color: 10229052.

HSL color Cylindrical-coordinate representation of color #3C159C: hue angle of 257.33º 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 #3C159C is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6021156-
CMYK0.620.8700.39
HSL257.33º76.27%34.71%-
HSV(B)257.33º86.54%61.18%-
XYZ8.133.931.78-
YUV48.05188.92136.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 156 (61.33% from 255) = 65.82%
R=25.32%
G=8.86%
B=65.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60211560.620.8700.39257.3376.2734.71
Hex3C159C3E570271014c23
Octal74252347612704740111443
Binary1111001010110011100111110101011101001111000000011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c159c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3c159c; }

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

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

<style>
 a { background-color: #3c159c; }

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

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

<style>
 span { border-color: #3c159c; }

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

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