#410FAA

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

Shades of Indigo #410FAA

Tints of Indigo #410FAA

Color information

#410FAA (or 0x410FAA) is unknown color: approx Indigo. HEX triplet: 41, 0F and AA. RGB value is (65,15,170). Sum of RGB (Red+Green+Blue) = 65+15+170=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #410FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410FAA is #BEF055. Grayscale: #2F2F2F. Windows color (decimal): -12513366 or 11145025. OLE color: 11145025.

HSL color Cylindrical-coordinate representation of color #410FAA: hue angle of 259.35º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410FAA is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6515170-
CMYK0.620.9100.33
HSL259.35º83.78%36.27%-
HSV(B)259.35º91.18%66.67%-
XYZ9.614.3738.37-
YUV47.62197.06140.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 15 (6.25% from 255) = 6%
BLUE value IS 170 (66.80% from 255) = 68%
R=26%
G=6%
B=68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65151700.620.9100.33259.3583.7836.27
Hex41FAA3E5B0211035424
Octal101172527613304140312444
Binary1000001111110101010111110101101101000011000000111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410FAA; }

 p { color: rgb(65,15,170); }

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

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

 a { background-color: rgb(65,15,170); }

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

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

 span { border-color: rgb(65,15,170); }

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