#3C197D

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

Shades of Persian Indigo #3C197D

Tints of Persian Indigo #3C197D

Color information

#3C197D (or 0x3C197D) is unknown color: approx Persian Indigo. HEX triplet: 3C, 19 and 7D. RGB value is (60,25,125). Sum of RGB (Red+Green+Blue) = 60+25+125=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C197D is #C3E682. Grayscale: #2E2E2E. Windows color (decimal): -12838531 or 8198460. OLE color: 8198460.

HSL color Cylindrical-coordinate representation of color #3C197D: hue angle of 261º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C197D is Cyan = 0.52, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6025125-
CMYK0.520.800.51
HSL261º66.67%29.41%-
HSV(B)261º80%49.02%-
XYZ5.913.1419.7-
YUV46.86172.1137.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.57%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 125 (49.22% from 255) = 59.52%
R=28.57%
G=11.90%
B=59.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60251250.520.800.5126166.6729.41
Hex3C197D3450033105431d
Octal74311756412006340510335
Binary11110011001111110111010010100000110011100000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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