#411573

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

Shades of Persian Indigo #411573

Tints of Persian Indigo #411573

Color information

#411573 (or 0x411573) is unknown color: approx Persian Indigo. HEX triplet: 41, 15 and 73. RGB value is (65,21,115). Sum of RGB (Red+Green+Blue) = 65+21+115=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #411573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411573 is #BEEA8C. Grayscale: #2C2C2C. Windows color (decimal): -12511885 or 7542081. OLE color: 7542081.

HSL color Cylindrical-coordinate representation of color #411573: hue angle of 268.09º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411573 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6521115-
CMYK0.430.8200.55
HSL268.09º69.12%26.67%-
HSV(B)268.09º81.74%45.1%-
XYZ5.542.916.49-
YUV44.87167.58142.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=32.34%
G=10.45%
B=57.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65211150.430.8200.55268.0969.1226.67
Hex4115732B5203710c451b
Octal101251635312206741410533
Binary100000110101111001110101110100100110111100001100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411573; }

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

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

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

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

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

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

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

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