#411970

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

Shades of Christalle #411970

Tints of Christalle #411970

Color information

#411970 (or 0x411970) is unknown color: approx Christalle. HEX triplet: 41, 19 and 70. RGB value is (65,25,112). Sum of RGB (Red+Green+Blue) = 65+25+112=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #411970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411970 is #BEE68F. Grayscale: #2E2E2E. Windows color (decimal): -12510864 or 7346497. OLE color: 7346497.

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

Color convert

RGB6525112-
CMYK0.420.7800.56
HSL267.59º63.5%26.86%-
HSV(B)267.59º77.68%43.92%-
XYZ5.452.9915.62-
YUV46.88164.75140.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=32.18%
G=12.38%
B=55.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65251120.420.7800.56267.5963.526.86
Hex4119702A4E03810c401b
Octal101311605211607041410033
Binary100000111001111000010101010011100111000100001100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411970; }

 p { color: rgb(65,25,112); }

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

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

 a { background-color: rgb(65,25,112); }

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

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

 span { border-color: rgb(65,25,112); }

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