#411575

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

Shades of Persian Indigo #411575

Tints of Persian Indigo #411575

Color information

#411575 (or 0x411575) is unknown color: approx Persian Indigo. HEX triplet: 41, 15 and 75. RGB value is (65,21,117). Sum of RGB (Red+Green+Blue) = 65+21+117=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #411575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411575 is #BEEA8A. Grayscale: #2C2C2C. Windows color (decimal): -12511883 or 7673153. OLE color: 7673153.

HSL color Cylindrical-coordinate representation of color #411575: hue angle of 267.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411575 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6521117-
CMYK0.440.8200.54
HSL267.5º69.57%27.06%-
HSV(B)267.5º82.05%45.88%-
XYZ5.662.9417.1-
YUV45.1168.58142.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=32.02%
G=10.34%
B=57.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65211170.440.8200.54267.569.5727.06
Hex4115752C5203610c461b
Octal101251655412206641410633
Binary100000110101111010110110010100100110110100001100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411575; }

 p { color: rgb(65,21,117); }

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

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

 a { background-color: rgb(65,21,117); }

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

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

 span { border-color: rgb(65,21,117); }

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