#42195E

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

Shades of Christalle #42195E

Tints of Christalle #42195E

Color information

#42195E (or 0x42195E) is unknown color: approx Christalle. HEX triplet: 42, 19 and 5E. RGB value is (66,25,94). Sum of RGB (Red+Green+Blue) = 66+25+94=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #42195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42195E is #BDE6A1. Grayscale: #2C2C2C. Windows color (decimal): -12445346 or 6166850. OLE color: 6166850.

HSL color Cylindrical-coordinate representation of color #42195E: hue angle of 275.65º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42195E is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB662594-
CMYK0.300.7300.63
HSL275.65º57.98%23.33%-
HSV(B)275.65º73.4%36.86%-
XYZ4.612.6610.86-
YUV45.12155.58142.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=35.68%
G=13.51%
B=50.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6625940.300.7300.63275.6557.9823.33
Hex42195E1E4903F1143a17
Octal10231136361110774247227
Binary1000010110011011110111101001001011111110001010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,25,94); }

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

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

 a { background-color: rgb(66,25,94); }

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

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

 span { border-color: rgb(66,25,94); }

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