#3C1E75

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

Shades of Persian Indigo #3C1E75

Tints of Persian Indigo #3C1E75

Color information

#3C1E75 (or 0x3C1E75) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1E and 75. RGB value is (60,30,117). Sum of RGB (Red+Green+Blue) = 60+30+117=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C1E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1E75 is #C3E18A. Grayscale: #303030. Windows color (decimal): -12837259 or 7675452. OLE color: 7675452.

HSL color Cylindrical-coordinate representation of color #3C1E75: hue angle of 260.69º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C1E75 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6030117-
CMYK0.490.7400.54
HSL260.69º59.18%28.82%-
HSV(B)260.69º74.36%45.88%-
XYZ5.543.1717.15-
YUV48.89166.44135.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.99%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=28.99%
G=14.49%
B=56.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60301170.490.7400.54260.6959.1828.82
Hex3C1E75314A0361053b1d
Octal7436165611120664057335
Binary1111001111011101011100011001010011011010000010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,30,117); }

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

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

 a { background-color: rgb(60,30,117); }

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

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

 span { border-color: rgb(60,30,117); }

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