#42165E

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

Shades of Christalle #42165E

Tints of Christalle #42165E

Color information

#42165E (or 0x42165E) is unknown color: approx Christalle. HEX triplet: 42, 16 and 5E. RGB value is (66,22,94). Sum of RGB (Red+Green+Blue) = 66+22+94=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #42165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42165E is #BDE9A1. Grayscale: #2B2B2B. Windows color (decimal): -12446114 or 6166082. OLE color: 6166082.

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

Color convert

RGB662294-
CMYK0.300.7700.63
HSL276.67º62.07%22.75%-
HSV(B)276.67º76.6%36.86%-
XYZ4.552.5410.84-
YUV43.36156.58144.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 94 (37.11% from 255) = 51.65%
R=36.26%
G=12.09%
B=51.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6622940.300.7700.63276.6762.0722.75
Hex42165E1E4D03F1153e17
Octal10226136361150774257627
Binary1000010101101011110111101001101011111110001010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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