#411962

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

Shades of Christalle #411962

Tints of Christalle #411962

Color information

#411962 (or 0x411962) is unknown color: approx Christalle. HEX triplet: 41, 19 and 62. RGB value is (65,25,98). Sum of RGB (Red+Green+Blue) = 65+25+98=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #411962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411962 is #BEE69D. Grayscale: #2D2D2D. Windows color (decimal): -12510878 or 6428993. OLE color: 6428993.

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

Color convert

RGB652598-
CMYK0.340.7400.62
HSL272.88º59.35%24.12%-
HSV(B)272.88º74.49%38.43%-
XYZ4.732.711.83-
YUV45.28157.75142.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=34.57%
G=13.30%
B=52.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6525980.340.7400.62272.8859.3524.12
Hex411962224A03E1113b18
Octal10131142421120764217330
Binary10000011100111000101000101001010011111010001000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411962; }

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

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

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

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

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

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

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

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