#411583

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

Shades of Persian Indigo #411583

Tints of Persian Indigo #411583

Color information

#411583 (or 0x411583) is unknown color: approx Persian Indigo. HEX triplet: 41, 15 and 83. RGB value is (65,21,131). Sum of RGB (Red+Green+Blue) = 65+21+131=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #411583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411583 is #BEEA7C. Grayscale: #2E2E2E. Windows color (decimal): -12511869 or 8590657. OLE color: 8590657.

HSL color Cylindrical-coordinate representation of color #411583: hue angle of 264º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411583 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6521131-
CMYK0.500.8400.49
HSL264º72.37%29.8%-
HSV(B)264º83.97%51.37%-
XYZ6.543.321.76-
YUV46.7175.58141.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 131 (51.56% from 255) = 60.37%
R=29.95%
G=9.68%
B=60.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65211310.500.8400.4926472.3729.8
Hex4115833254031108481e
Octal101252036212406141011036
Binary1000001101011000001111001010101000110001100001000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411583; }

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

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

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

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

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

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

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

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