#4102B0

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

Shades of Indigo #4102B0

Tints of Indigo #4102B0

Color information

#4102B0 (or 0x4102B0) is unknown color: approx Indigo. HEX triplet: 41, 02 and B0. RGB value is (65,2,176). Sum of RGB (Red+Green+Blue) = 65+2+176=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 176 (69.14% from 255 or 72.43% from 243); Max value from RGB is 176 - color contains mainly: blue. Hex color #4102B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4102B0 is #BEFD4F. Grayscale: #282828. Windows color (decimal): -12516688 or 11534913. OLE color: 11534913.

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

Color convert

RGB652176-
CMYK0.630.9900.31
HSL261.72º97.75%34.9%-
HSV(B)261.72º98.86%69.02%-
XYZ10.044.341.38-
YUV40.67204.37145.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 176 (69.14% from 255) = 72.43%
R=26.75%
G=0.82%
B=72.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6521760.630.9900.31261.7297.7534.9
Hex412B03F6301F1066223
Octal10122607714303740614243
Binary1000001101011000011111111000110111111000001101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4102B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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