#410368

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

Shades of Indigo #410368

Tints of Indigo #410368

Color information

#410368 (or 0x410368) is unknown color: approx Indigo. HEX triplet: 41, 03 and 68. RGB value is (65,3,104). Sum of RGB (Red+Green+Blue) = 65+3+104=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #410368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410368 is #BEFC97. Grayscale: #202020. Windows color (decimal): -12516504 or 6816577. OLE color: 6816577.

HSL color Cylindrical-coordinate representation of color #410368: hue angle of 276.83º 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 #410368 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB653104-
CMYK0.380.9700.59
HSL276.83º94.39%20.98%-
HSV(B)276.83º97.12%40.78%-
XYZ4.712.1913.27-
YUV33.05168.04150.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 104 (41.02% from 255) = 60.47%
R=37.79%
G=1.74%
B=60.47%

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
Decimal6531040.380.9700.59276.8394.3920.98
Hex41368266103B1155e15
Octal10131504614107342513625
Binary100000111110100010011011000010111011100010101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410368; }

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

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

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

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

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

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

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

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