#3C1895

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

Shades of Persian Indigo #3C1895

Tints of Persian Indigo #3C1895

Color information

#3C1895 (or 0x3C1895) is unknown color: approx Persian Indigo. HEX triplet: 3C, 18 and 95. RGB value is (60,24,149). Sum of RGB (Red+Green+Blue) = 60+24+149=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C1895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1895 is #C3E76A. Grayscale: #303030. Windows color (decimal): -12838763 or 9771068. OLE color: 9771068.

HSL color Cylindrical-coordinate representation of color #3C1895: hue angle of 257.28º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1895 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6024149-
CMYK0.600.8400.42
HSL257.28º72.25%33.92%-
HSV(B)257.28º83.89%58.43%-
XYZ7.613.7828.76-
YUV49.01184.43135.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.75%
GREEN value IS 24 (9.77% from 255) = 10.30%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=25.75%
G=10.30%
B=63.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60241490.600.8400.42257.2872.2533.92
Hex3C18953C5402A1014822
Octal74302257412405240111042
Binary1111001100010010101111100101010001010101000000011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,24,149); }

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

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

 a { background-color: rgb(60,24,149); }

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

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

 span { border-color: rgb(60,24,149); }

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