#410795

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

Shades of Indigo #410795

Tints of Indigo #410795

Color information

#410795 (or 0x410795) is unknown color: approx Indigo. HEX triplet: 41, 07 and 95. RGB value is (65,7,149). Sum of RGB (Red+Green+Blue) = 65+7+149=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #410795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410795 is #BEF86A. Grayscale: #282828. Windows color (decimal): -12515435 or 9766721. OLE color: 9766721.

HSL color Cylindrical-coordinate representation of color #410795: hue angle of 264.51º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410795 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB657149-
CMYK0.560.9500.42
HSL264.51º91.03%30.59%-
HSV(B)264.51º95.3%58.43%-
XYZ7.683.4528.69-
YUV40.53189.22145.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 149 (58.59% from 255) = 67.42%
R=29.41%
G=3.17%
B=67.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6571490.560.9500.42264.5191.0330.59
Hex41795385F02A1095b1f
Octal10172257013705241113337
Binary10000011111001010111100010111110101010100001001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410795; }

 p { color: rgb(65,7,149); }

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

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

 a { background-color: rgb(65,7,149); }

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

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

 span { border-color: rgb(65,7,149); }

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