#410880

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

Shades of Indigo #410880

Tints of Indigo #410880

Color information

#410880 (or 0x410880) is unknown color: approx Indigo. HEX triplet: 41, 08 and 80. RGB value is (65,8,128). Sum of RGB (Red+Green+Blue) = 65+8+128=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #410880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410880 is #BEF77F. Grayscale: #262626. Windows color (decimal): -12515200 or 8390721. OLE color: 8390721.

HSL color Cylindrical-coordinate representation of color #410880: hue angle of 268.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410880 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB658128-
CMYK0.490.9400.50
HSL268.5º88.24%26.67%-
HSV(B)268.5º93.75%50.2%-
XYZ6.162.8620.65-
YUV38.72178.38146.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 128 (50.39% from 255) = 63.68%
R=32.34%
G=3.98%
B=63.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6581280.490.9400.50268.588.2426.67
Hex41880315E03210c581b
Octal101102006113606241413033
Binary100000110001000000011000110111100110010100001100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410880; }

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

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

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

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

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

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

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

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