#3C198A

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

Shades of Persian Indigo #3C198A

Tints of Persian Indigo #3C198A

Color information

#3C198A (or 0x3C198A) is unknown color: approx Persian Indigo. HEX triplet: 3C, 19 and 8A. RGB value is (60,25,138). Sum of RGB (Red+Green+Blue) = 60+25+138=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C198A is #C3E675. Grayscale: #2F2F2F. Windows color (decimal): -12838518 or 9050428. OLE color: 9050428.

HSL color Cylindrical-coordinate representation of color #3C198A: hue angle of 258.58º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C198A is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6025138-
CMYK0.570.8200.46
HSL258.58º69.33%31.96%-
HSV(B)258.58º81.88%54.12%-
XYZ6.83.4924.36-
YUV48.35178.6136.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 138 (54.30% from 255) = 61.88%
R=26.91%
G=11.21%
B=61.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60251380.570.8200.46258.5869.3331.96
Hex3C198A395202E1034520
Octal74312127112205640310540
Binary1111001100110001010111001101001001011101000000111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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