#410271

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

Shades of Indigo #410271

Tints of Indigo #410271

Color information

#410271 (or 0x410271) is unknown color: approx Indigo. HEX triplet: 41, 02 and 71. RGB value is (65,2,113). Sum of RGB (Red+Green+Blue) = 65+2+113=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #410271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410271 is #BEFD8E. Grayscale: #212121. Windows color (decimal): -12516751 or 7406145. OLE color: 7406145.

HSL color Cylindrical-coordinate representation of color #410271: hue angle of 274.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410271 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB652113-
CMYK0.420.9800.56
HSL274.05º96.52%22.55%-
HSV(B)274.05º98.23%44.31%-
XYZ5.182.3615.81-
YUV33.49172.87150.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 113 (44.53% from 255) = 62.78%
R=36.11%
G=1.11%
B=62.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6521130.420.9800.56274.0596.5222.55
Hex412712A620381126117
Octal10121615214207042214127
Binary100000110111000110101011000100111000100010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410271; }

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

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

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

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

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

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

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

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