#411774

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

Shades of Persian Indigo #411774

Tints of Persian Indigo #411774

Color information

#411774 (or 0x411774) is unknown color: approx Persian Indigo. HEX triplet: 41, 17 and 74. RGB value is (65,23,116). Sum of RGB (Red+Green+Blue) = 65+23+116=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #411774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411774 is #BEE88B. Grayscale: #2D2D2D. Windows color (decimal): -12511372 or 7608129. OLE color: 7608129.

HSL color Cylindrical-coordinate representation of color #411774: hue angle of 267.1º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411774 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6523116-
CMYK0.440.8000.55
HSL267.1º66.91%27.25%-
HSV(B)267.1º80.17%45.49%-
XYZ5.64316.8-
YUV46.16167.41141.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 116 (45.70% from 255) = 56.86%
R=31.86%
G=11.27%
B=56.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65231160.440.8000.55267.166.9127.25
Hex4117742C5003710b431b
Octal101271645412006741310333
Binary100000110111111010010110010100000110111100001011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411774; }

 p { color: rgb(65,23,116); }

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

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

 a { background-color: rgb(65,23,116); }

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

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

 span { border-color: rgb(65,23,116); }

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