#410296

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

Shades of Indigo #410296

Tints of Indigo #410296

Color information

#410296 (or 0x410296) is unknown color: approx Indigo. HEX triplet: 41, 02 and 96. RGB value is (65,2,150). Sum of RGB (Red+Green+Blue) = 65+2+150=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #410296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410296 is #BEFD69. Grayscale: #252525. Windows color (decimal): -12516714 or 9830977. OLE color: 9830977.

HSL color Cylindrical-coordinate representation of color #410296: hue angle of 265.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410296 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB652150-
CMYK0.570.9900.41
HSL265.54º97.37%29.8%-
HSV(B)265.54º98.67%58.82%-
XYZ7.713.3729.1-
YUV37.71191.37147.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 150 (58.98% from 255) = 69.12%
R=29.95%
G=0.92%
B=69.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6521500.570.9900.41265.5497.3729.8
Hex41296396302910a611e
Octal10122267114305141214136
Binary1000001101001011011100111000110101001100001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410296; }

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

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

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

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

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

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

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

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