#411883

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

Shades of Persian Indigo #411883

Tints of Persian Indigo #411883

Color information

#411883 (or 0x411883) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 83. RGB value is (65,24,131). Sum of RGB (Red+Green+Blue) = 65+24+131=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #411883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411883 is #BEE77C. Grayscale: #303030. Windows color (decimal): -12511101 or 8591425. OLE color: 8591425.

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

Color convert

RGB6524131-
CMYK0.500.8200.49
HSL262.99º69.03%30.39%-
HSV(B)262.99º81.68%51.37%-
XYZ6.63.4221.78-
YUV48.46174.58139.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 131 (51.56% from 255) = 59.55%
R=29.55%
G=10.91%
B=59.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65241310.500.8200.49262.9969.0330.39
Hex4118833252031107451e
Octal101302036212206140710536
Binary1000001110001000001111001010100100110001100000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411883; }

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

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

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

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

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

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

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

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