#41028F

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

Shades of Indigo #41028F

Tints of Indigo #41028F

Color information

#41028F (or 0x41028F) is unknown color: approx Indigo. HEX triplet: 41, 02 and 8F. RGB value is (65,2,143). Sum of RGB (Red+Green+Blue) = 65+2+143=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #41028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41028F is #BEFD70. Grayscale: #242424. Windows color (decimal): -12516721 or 9372225. OLE color: 9372225.

HSL color Cylindrical-coordinate representation of color #41028F: hue angle of 266.81º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41028F is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB652143-
CMYK0.550.9900.44
HSL266.81º97.24%28.43%-
HSV(B)266.81º98.6%56.08%-
XYZ7.163.1526.22-
YUV36.91187.87148.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 143 (56.25% from 255) = 68.10%
R=30.95%
G=0.95%
B=68.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6521430.550.9900.44266.8197.2428.43
Hex4128F376302C10b611c
Octal10122176714305441314134
Binary1000001101000111111011111000110101100100001011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41028F; }

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

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

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

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

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

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

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

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