#410072

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

Shades of Indigo #410072

Tints of Indigo #410072

Color information

#410072 (or 0x410072) is unknown color: approx Indigo. HEX triplet: 41, 00 and 72. RGB value is (65,0,114). Sum of RGB (Red+Green+Blue) = 65+0+114=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #410072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410072 is #BEFF8D. Grayscale: #202020. Windows color (decimal): -12517262 or 7471169. OLE color: 7471169.

HSL color Cylindrical-coordinate representation of color #410072: hue angle of 274.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410072 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB650114-
CMYK0.43100.55
HSL274.21º100%22.35%-
HSV(B)274.21º100%44.71%-
XYZ5.222.3416.1-
YUV32.43174.03151.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 63.69%
R=36.31%
G=0%
B=63.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6501140.43100.55274.2110022.35
Hex410722B640371126416
Octal10101625314406742214426
Binary10000010111001010101111001000110111100010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410072; }

 p { color: rgb(65,0,114); }

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

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

 a { background-color: rgb(65,0,114); }

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

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

 span { border-color: rgb(65,0,114); }

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