#410168

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

Shades of Indigo #410168

Tints of Indigo #410168

Color information

#410168 (or 0x410168) is unknown color: approx Indigo. HEX triplet: 41, 01 and 68. RGB value is (65,1,104). Sum of RGB (Red+Green+Blue) = 65+1+104=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #410168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410168 is #BEFE97. Grayscale: #1F1F1F. Windows color (decimal): -12517016 or 6816065. OLE color: 6816065.

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

Color convert

RGB651104-
CMYK0.380.9900.59
HSL277.28º98.1%20.59%-
HSV(B)277.28º99.04%40.78%-
XYZ4.692.1513.26-
YUV31.88168.7151.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=38.24%
G=0.59%
B=61.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6511040.380.9900.59277.2898.120.59
Hex41168266303B1156215
Octal10111504614307342514225
Binary10000011110100010011011000110111011100010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410168; }

 p { color: rgb(65,1,104); }

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

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

 a { background-color: rgb(65,1,104); }

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

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

 span { border-color: rgb(65,1,104); }

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