#4102A0

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

Shades of Indigo #4102A0

Tints of Indigo #4102A0

Color information

#4102A0 (or 0x4102A0) is unknown color: approx Indigo. HEX triplet: 41, 02 and A0. RGB value is (65,2,160). Sum of RGB (Red+Green+Blue) = 65+2+160=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 160 (62.89% from 255 or 70.48% from 227); Max value from RGB is 160 - color contains mainly: blue. Hex color #4102A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4102A0 is #BEFD5F. Grayscale: #262626. Windows color (decimal): -12516704 or 10486337. OLE color: 10486337.

HSL color Cylindrical-coordinate representation of color #4102A0: hue angle of 263.92º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102A0 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB652160-
CMYK0.590.9900.37
HSL263.92º97.53%31.76%-
HSV(B)263.92º98.75%62.75%-
XYZ8.553.7133.52-
YUV38.85196.37146.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 160 (62.89% from 255) = 70.48%
R=28.63%
G=0.88%
B=70.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6521600.590.9900.37263.9297.5331.76
Hex412A03B630251086220
Octal10122407314304541014240
Binary10000011010100000111011110001101001011000010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4102A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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