#410369

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

Shades of Indigo #410369

Tints of Indigo #410369

Color information

#410369 (or 0x410369) is unknown color: approx Indigo. HEX triplet: 41, 03 and 69. RGB value is (65,3,105). Sum of RGB (Red+Green+Blue) = 65+3+105=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #410369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410369 is #BEFC96. Grayscale: #202020. Windows color (decimal): -12516503 or 6882113. OLE color: 6882113.

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

Color convert

RGB653105-
CMYK0.380.9700.59
HSL276.47º94.44%21.18%-
HSV(B)276.47º97.14%41.18%-
XYZ4.762.2113.54-
YUV33.17168.54150.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 105 (41.41% from 255) = 60.69%
R=37.57%
G=1.73%
B=60.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6531050.380.9700.59276.4794.4421.18
Hex41369266103B1145e15
Octal10131514614107342413625
Binary100000111110100110011011000010111011100010100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410369; }

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

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

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

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

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

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

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

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