#3C1097

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

Shades of Persian Indigo #3C1097

Tints of Persian Indigo #3C1097

Color information

#3C1097 (or 0x3C1097) is unknown color: approx Persian Indigo. HEX triplet: 3C, 10 and 97. RGB value is (60,16,151). Sum of RGB (Red+Green+Blue) = 60+16+151=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C1097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1097 is #C3EF68. Grayscale: #2C2C2C. Windows color (decimal): -12840809 or 9900092. OLE color: 9900092.

HSL color Cylindrical-coordinate representation of color #3C1097: hue angle of 259.56º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C1097 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6016151-
CMYK0.600.8900.41
HSL259.56º80.84%32.75%-
HSV(B)259.56º89.4%59.22%-
XYZ7.633.5729.56-
YUV44.55188.08139.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 151 (59.38% from 255) = 66.52%
R=26.43%
G=7.05%
B=66.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60161510.600.8900.41259.5680.8432.75
Hex3C10973C590291045121
Octal74202277413105140412141
Binary1111001000010010111111100101100101010011000001001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,16,151); }

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

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

 a { background-color: rgb(60,16,151); }

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

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

 span { border-color: rgb(60,16,151); }

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