#410266

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

Shades of Indigo #410266

Tints of Indigo #410266

Color information

#410266 (or 0x410266) is unknown color: approx Indigo. HEX triplet: 41, 02 and 66. RGB value is (65,2,102). Sum of RGB (Red+Green+Blue) = 65+2+102=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #410266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410266 is #BEFD99. Grayscale: #1F1F1F. Windows color (decimal): -12516762 or 6685249. OLE color: 6685249.

HSL color Cylindrical-coordinate representation of color #410266: hue angle of 277.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410266 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB652102-
CMYK0.360.9800.6
HSL277.8º96.15%20.39%-
HSV(B)277.8º98.04%40%-
XYZ4.62.1312.74-
YUV32.24167.37151.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 102 (40.23% from 255) = 60.36%
R=38.46%
G=1.18%
B=60.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6521020.360.9800.6277.896.1520.39
Hex41266246203C1166014
Octal10121464414207442614024
Binary100000110110011010010011000100111100100010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410266; }

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

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

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

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

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

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

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

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