#411884

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

Shades of Persian Indigo #411884

Tints of Persian Indigo #411884

Color information

#411884 (or 0x411884) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 84. RGB value is (65,24,132). Sum of RGB (Red+Green+Blue) = 65+24+132=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #411884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411884 is #BEE77B. Grayscale: #303030. Windows color (decimal): -12511100 or 8656961. OLE color: 8656961.

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

Color convert

RGB6524132-
CMYK0.510.8200.48
HSL262.78º69.23%30.59%-
HSV(B)262.78º81.82%51.76%-
XYZ6.673.4422.14-
YUV48.57175.08139.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 132 (51.95% from 255) = 59.73%
R=29.41%
G=10.86%
B=59.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65241320.510.8200.48262.7869.2330.59
Hex4118843352030107451f
Octal101302046312206040710537
Binary1000001110001000010011001110100100110000100000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411884; }

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

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

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

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

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

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

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

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