#3C158F

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

Shades of Persian Indigo #3C158F

Tints of Persian Indigo #3C158F

Color information

#3C158F (or 0x3C158F) is unknown color: approx Persian Indigo. HEX triplet: 3C, 15 and 8F. RGB value is (60,21,143). Sum of RGB (Red+Green+Blue) = 60+21+143=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C158F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C158F is #C3EA70. Grayscale: #2E2E2E. Windows color (decimal): -12839537 or 9377084. OLE color: 9377084.

HSL color Cylindrical-coordinate representation of color #3C158F: hue angle of 259.18º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C158F is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6021143-
CMYK0.580.8500.44
HSL259.18º74.39%32.16%-
HSV(B)259.18º85.31%56.08%-
XYZ7.093.4826.28-
YUV46.57182.42137.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.79%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 143 (56.25% from 255) = 63.84%
R=26.79%
G=9.38%
B=63.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60211430.580.8500.44259.1874.3932.16
Hex3C158F3A5502C1034a20
Octal74252177212505440311240
Binary1111001010110001111111010101010101011001000000111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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