#3C1A98

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

Shades of Persian Indigo #3C1A98

Tints of Persian Indigo #3C1A98

Color information

#3C1A98 (or 0x3C1A98) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1A and 98. RGB value is (60,26,152). Sum of RGB (Red+Green+Blue) = 60+26+152=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C1A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1A98 is #C3E567. Grayscale: #323232. Windows color (decimal): -12838248 or 9968188. OLE color: 9968188.

HSL color Cylindrical-coordinate representation of color #3C1A98: hue angle of 256.19º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C1A98 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6026152-
CMYK0.610.8300.40
HSL256.19º70.79%34.9%-
HSV(B)256.19º82.89%59.61%-
XYZ7.93.9730.05-
YUV50.53185.26134.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.21%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 152 (59.77% from 255) = 63.87%
R=25.21%
G=10.92%
B=63.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal60261520.610.8300.40256.1970.7934.9
Hex3C1A983D530281004723
Octal74322307512305040010743
Binary1111001101010011000111101101001101010001000000001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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