#410289

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

Shades of Indigo #410289

Tints of Indigo #410289

Color information

#410289 (or 0x410289) is unknown color: approx Indigo. HEX triplet: 41, 02 and 89. RGB value is (65,2,137). Sum of RGB (Red+Green+Blue) = 65+2+137=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #410289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410289 is #BEFD76. Grayscale: #232323. Windows color (decimal): -12516727 or 8979009. OLE color: 8979009.

HSL color Cylindrical-coordinate representation of color #410289: hue angle of 268º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410289 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB652137-
CMYK0.530.9900.46
HSL268º97.12%27.25%-
HSV(B)268º98.54%53.73%-
XYZ6.722.9723.89-
YUV36.23184.87148.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 137 (53.91% from 255) = 67.16%
R=31.86%
G=0.98%
B=67.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6521370.530.9900.4626897.1227.25
Hex41289356302E10c611b
Octal10122116514305641414133
Binary1000001101000100111010111000110101110100001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410289; }

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

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

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

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

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

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

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

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