#4102A6

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

Shades of Indigo #4102A6

Tints of Indigo #4102A6

Color information

#4102A6 (or 0x4102A6) is unknown color: approx Indigo. HEX triplet: 41, 02 and A6. RGB value is (65,2,166). Sum of RGB (Red+Green+Blue) = 65+2+166=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 166 (65.23% from 255 or 71.24% from 233); Max value from RGB is 166 - color contains mainly: blue. Hex color #4102A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4102A6 is #BEFD59. Grayscale: #262626. Windows color (decimal): -12516698 or 10879553. OLE color: 10879553.

HSL color Cylindrical-coordinate representation of color #4102A6: hue angle of 263.05º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102A6 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB652166-
CMYK0.610.9900.35
HSL263.05º97.62%32.94%-
HSV(B)263.05º98.8%65.1%-
XYZ9.083.9236.35-
YUV39.53199.37146.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 166 (65.23% from 255) = 71.24%
R=27.90%
G=0.86%
B=71.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6521660.610.9900.35263.0597.6232.94
Hex412A63D630231076221
Octal10122467514304340714241
Binary10000011010100110111101110001101000111000001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4102A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4102A6; }

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

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

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

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

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

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

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

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