#411984

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

Shades of Persian Indigo #411984

Tints of Persian Indigo #411984

Color information

#411984 (or 0x411984) is unknown color: approx Persian Indigo. HEX triplet: 41, 19 and 84. RGB value is (65,25,132). Sum of RGB (Red+Green+Blue) = 65+25+132=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #411984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411984 is #BEE67B. Grayscale: #303030. Windows color (decimal): -12510844 or 8657217. OLE color: 8657217.

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

Color convert

RGB6525132-
CMYK0.510.8100.48
HSL262.43º68.15%30.78%-
HSV(B)262.43º81.06%51.76%-
XYZ6.693.4922.15-
YUV49.16174.75139.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 132 (51.95% from 255) = 59.46%
R=29.28%
G=11.26%
B=59.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65251320.510.8100.48262.4368.1530.78
Hex4119843351030106441f
Octal101312046312106040610437
Binary1000001110011000010011001110100010110000100000110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411984; }

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

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

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

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

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

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

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

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