#411197

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

Shades of Persian Indigo #411197

Tints of Persian Indigo #411197

Color information

#411197 (or 0x411197) is unknown color: approx Persian Indigo. HEX triplet: 41, 11 and 97. RGB value is (65,17,151). Sum of RGB (Red+Green+Blue) = 65+17+151=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #411197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411197 is #BEEE68. Grayscale: #2E2E2E. Windows color (decimal): -12512873 or 9900353. OLE color: 9900353.

HSL color Cylindrical-coordinate representation of color #411197: hue angle of 261.49º degrees, saturation: 0.8, 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 #411197 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6517151-
CMYK0.570.8900.41
HSL261.49º79.76%32.94%-
HSV(B)261.49º88.74%59.22%-
XYZ7.973.7629.58-
YUV46.63186.9141.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 17 (7.03% from 255) = 7.30%
BLUE value IS 151 (59.38% from 255) = 64.81%
R=27.90%
G=7.30%
B=64.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65171510.570.8900.41261.4979.7632.94
Hex41119739590291055021
Octal101212277113105140512041
Binary10000011000110010111111001101100101010011000001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411197; }

 p { color: rgb(65,17,151); }

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

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

 a { background-color: rgb(65,17,151); }

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

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

 span { border-color: rgb(65,17,151); }

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