#410884

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

Shades of Indigo #410884

Tints of Indigo #410884

Color information

#410884 (or 0x410884) is unknown color: approx Indigo. HEX triplet: 41, 08 and 84. RGB value is (65,8,132). Sum of RGB (Red+Green+Blue) = 65+8+132=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #410884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410884 is #BEF77B. Grayscale: #262626. Windows color (decimal): -12515196 or 8652865. OLE color: 8652865.

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

Color convert

RGB658132-
CMYK0.510.9400.48
HSL267.58º88.57%27.45%-
HSV(B)267.58º93.94%51.76%-
XYZ6.432.9622.06-
YUV39.18180.38146.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 132 (51.95% from 255) = 64.39%
R=31.71%
G=3.90%
B=64.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6581320.510.9400.48267.5888.5727.45
Hex41884335E03010c591b
Octal101102046313606041413133
Binary100000110001000010011001110111100110000100001100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410884; }

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

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

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

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

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

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

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

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