#3C109E

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

Shades of Persian Indigo #3C109E

Tints of Persian Indigo #3C109E

Color information

#3C109E (or 0x3C109E) is unknown color: approx Persian Indigo. HEX triplet: 3C, 10 and 9E. RGB value is (60,16,158). Sum of RGB (Red+Green+Blue) = 60+16+158=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C109E is #C3EF61. Grayscale: #2C2C2C. Windows color (decimal): -12840802 or 10358844. OLE color: 10358844.

HSL color Cylindrical-coordinate representation of color #3C109E: hue angle of 258.59º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C109E is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6016158-
CMYK0.620.9000.38
HSL258.59º81.61%34.12%-
HSV(B)258.59º89.87%61.96%-
XYZ8.223.832.65-
YUV45.34191.58138.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.64%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 158 (62.11% from 255) = 67.52%
R=25.64%
G=6.84%
B=67.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60161580.620.9000.38258.5981.6134.12
Hex3C109E3E5A0261035222
Octal74202367613204640312242
Binary1111001000010011110111110101101001001101000000111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,16,158); }

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

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

 a { background-color: rgb(60,16,158); }

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

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

 span { border-color: rgb(60,16,158); }

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