#3C1A9D

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

Shades of Persian Indigo #3C1A9D

Tints of Persian Indigo #3C1A9D

Color information

#3C1A9D (or 0x3C1A9D) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1A and 9D. RGB value is (60,26,157). Sum of RGB (Red+Green+Blue) = 60+26+157=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C1A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1A9D is #C3E562. Grayscale: #323232. Windows color (decimal): -12838243 or 10295868. OLE color: 10295868.

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

Color convert

RGB6026157-
CMYK0.620.8300.38
HSL255.57º71.58%35.88%-
HSV(B)255.57º83.44%61.57%-
XYZ8.324.1332.26-
YUV51.1187.76134.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 157 (61.72% from 255) = 64.61%
R=24.69%
G=10.70%
B=64.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60261570.620.8300.38255.5771.5835.88
Hex3C1A9D3E530261004824
Octal74322357612304640011044
Binary1111001101010011101111110101001101001101000000001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,26,157); }

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

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

 a { background-color: rgb(60,26,157); }

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

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

 span { border-color: rgb(60,26,157); }

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