#42116E

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

Shades of Christalle #42116E

Tints of Christalle #42116E

Color information

#42116E (or 0x42116E) is unknown color: approx Christalle. HEX triplet: 42, 11 and 6E. RGB value is (66,17,110). Sum of RGB (Red+Green+Blue) = 66+17+110=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #42116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42116E is #BDEE91. Grayscale: #292929. Windows color (decimal): -12447378 or 7213378. OLE color: 7213378.

HSL color Cylindrical-coordinate representation of color #42116E: hue angle of 271.61º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42116E is Cyan = 0.4, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6617110-
CMYK0.40.8500.57
HSL271.61º73.23%24.9%-
HSV(B)271.61º84.55%43.14%-
XYZ5.262.6814.99-
YUV42.25166.23144.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=34.20%
G=8.81%
B=56.99%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66171100.40.8500.57271.6173.2324.9
Hex42116E28550391104919
Octal102211565012507142011131
Binary100001010001110111010100010101010111001100010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42116E; }

 p { color: rgb(66,17,110); }

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

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

 a { background-color: rgb(66,17,110); }

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

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

 span { border-color: rgb(66,17,110); }

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