#3C198E

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

Shades of Persian Indigo #3C198E

Tints of Persian Indigo #3C198E

Color information

#3C198E (or 0x3C198E) is unknown color: approx Persian Indigo. HEX triplet: 3C, 19 and 8E. RGB value is (60,25,142). Sum of RGB (Red+Green+Blue) = 60+25+142=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C198E is #C3E671. Grayscale: #303030. Windows color (decimal): -12838514 or 9312572. OLE color: 9312572.

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

Color convert

RGB6025142-
CMYK0.580.8200.44
HSL257.95º70.06%32.75%-
HSV(B)257.95º82.39%55.69%-
XYZ7.093.6125.91-
YUV48.8180.6135.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=26.43%
G=11.01%
B=62.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60251420.580.8200.44257.9570.0632.75
Hex3C198E3A5202C1024621
Octal74312167212205440210641
Binary1111001100110001110111010101001001011001000000101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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