#410262

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

Shades of Indigo #410262

Tints of Indigo #410262

Color information

#410262 (or 0x410262) is unknown color: approx Indigo. HEX triplet: 41, 02 and 62. RGB value is (65,2,98). Sum of RGB (Red+Green+Blue) = 65+2+98=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #410262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410262 is #BEFD9D. Grayscale: #1F1F1F. Windows color (decimal): -12516766 or 6423105. OLE color: 6423105.

HSL color Cylindrical-coordinate representation of color #410262: hue angle of 279.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410262 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB65298-
CMYK0.340.9800.62
HSL279.38º96%19.61%-
HSV(B)279.38º97.96%38.43%-
XYZ4.412.0511.72-
YUV31.78165.37151.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 98 (38.67% from 255) = 59.39%
R=39.39%
G=1.21%
B=59.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal652980.340.9800.62279.389619.61
Hex41262226203E1176014
Octal10121424214207642714024
Binary100000110110001010001011000100111110100010111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410262; }

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

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

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

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

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

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

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

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