#410269

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

Shades of Indigo #410269

Tints of Indigo #410269

Color information

#410269 (or 0x410269) is unknown color: approx Indigo. HEX triplet: 41, 02 and 69. RGB value is (65,2,105). Sum of RGB (Red+Green+Blue) = 65+2+105=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #410269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410269 is #BEFD96. Grayscale: #202020. Windows color (decimal): -12516759 or 6881857. OLE color: 6881857.

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

Color convert

RGB652105-
CMYK0.380.9800.59
HSL276.7º96.26%20.98%-
HSV(B)276.7º98.1%41.18%-
XYZ4.752.1913.54-
YUV32.58168.87151.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=37.79%
G=1.16%
B=61.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6521050.380.9800.59276.796.2620.98
Hex41269266203B1156015
Octal10121514614207342514025
Binary100000110110100110011011000100111011100010101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410269; }

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

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

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

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

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

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

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

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