#410260

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

Shades of Indigo #410260

Tints of Indigo #410260

Color information

#410260 (or 0x410260) is unknown color: approx Indigo. HEX triplet: 41, 02 and 60. RGB value is (65,2,96). Sum of RGB (Red+Green+Blue) = 65+2+96=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #410260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410260 is #BEFD9F. Grayscale: #1F1F1F. Windows color (decimal): -12516768 or 6292033. OLE color: 6292033.

HSL color Cylindrical-coordinate representation of color #410260: hue angle of 280.21º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410260 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB65296-
CMYK0.320.9800.62
HSL280.21º95.92%19.22%-
HSV(B)280.21º97.92%37.65%-
XYZ4.312.0111.23-
YUV31.55164.37151.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=39.88%
G=1.23%
B=58.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal652960.320.9800.62280.2195.9219.22
Hex41260206203E1186013
Octal10121404014207643014023
Binary100000110110000010000011000100111110100011000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410260; }

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

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

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

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

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

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

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

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