#410286

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

Shades of Indigo #410286

Tints of Indigo #410286

Color information

#410286 (or 0x410286) is unknown color: approx Indigo. HEX triplet: 41, 02 and 86. RGB value is (65,2,134). Sum of RGB (Red+Green+Blue) = 65+2+134=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #410286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410286 is #BEFD79. Grayscale: #232323. Windows color (decimal): -12516730 or 8782401. OLE color: 8782401.

HSL color Cylindrical-coordinate representation of color #410286: hue angle of 268.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410286 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB652134-
CMYK0.510.9900.47
HSL268.64º97.06%26.67%-
HSV(B)268.64º98.51%52.55%-
XYZ6.52.8922.77-
YUV35.88183.37148.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 134 (52.73% from 255) = 66.67%
R=32.34%
G=1.00%
B=66.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6521340.510.9900.47268.6497.0626.67
Hex41286336302F10d611b
Octal10122066314305741514133
Binary1000001101000011011001111000110101111100001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410286; }

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

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

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

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

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

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

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

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