#3C199E

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

Shades of Persian Indigo #3C199E

Tints of Persian Indigo #3C199E

Color information

#3C199E (or 0x3C199E) is unknown color: approx Persian Indigo. HEX triplet: 3C, 19 and 9E. RGB value is (60,25,158). Sum of RGB (Red+Green+Blue) = 60+25+158=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C199E is #C3E661. Grayscale: #323232. Windows color (decimal): -12838498 or 10361148. OLE color: 10361148.

HSL color Cylindrical-coordinate representation of color #3C199E: hue angle of 255.79º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C199E is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6025158-
CMYK0.620.8400.38
HSL255.79º72.68%35.88%-
HSV(B)255.79º84.18%61.96%-
XYZ8.384.1232.7-
YUV50.63188.6134.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 158 (62.11% from 255) = 65.02%
R=24.69%
G=10.29%
B=65.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60251580.620.8400.38255.7972.6835.88
Hex3C199E3E540261004924
Octal74312367612404640011144
Binary1111001100110011110111110101010001001101000000001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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