#410282

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

Shades of Indigo #410282

Tints of Indigo #410282

Color information

#410282 (or 0x410282) is unknown color: approx Indigo. HEX triplet: 41, 02 and 82. RGB value is (65,2,130). Sum of RGB (Red+Green+Blue) = 65+2+130=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #410282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410282 is #BEFD7D. Grayscale: #222222. Windows color (decimal): -12516734 or 8520257. OLE color: 8520257.

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

Color convert

RGB652130-
CMYK0.500.9800.49
HSL269.53º96.97%25.88%-
HSV(B)269.53º98.46%50.98%-
XYZ6.232.7821.33-
YUV35.43181.37149.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 130 (51.17% from 255) = 65.99%
R=32.99%
G=1.02%
B=65.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6521300.500.9800.49269.5396.9725.88
Hex41282326203110e611a
Octal10122026214206141614132
Binary1000001101000001011001011000100110001100001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410282; }

 p { color: rgb(65,2,130); }

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

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

 a { background-color: rgb(65,2,130); }

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

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

 span { border-color: rgb(65,2,130); }

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