#42196e

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

Shades of Christalle #42196E

Tints of Christalle #42196E

Color information

#42196E (or 0x42196E) is unknown color: approx Christalle. HEX triplet: 42, 19 and 6E. RGB value is (66,25,110). Sum of RGB (Red+Green+Blue) = 66+25+110=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #42196E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42196E is #BDE691. Grayscale: #2E2E2E. Windows color (decimal): -12445330 or 7215426. OLE color: 7215426.

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

Color convert

RGB6625110-
CMYK0.40.7700.57
HSL268.94º62.96%26.47%-
HSV(B)268.94º77.27%43.14%-
XYZ5.412.9815.04-
YUV46.95163.58141.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 110 (43.36% from 255) = 54.73%
R=32.84%
G=12.44%
B=54.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66251100.40.7700.57268.9462.9626.47
Hex42196E284D03910d3f1a
Octal10231156501150714157732
Binary10000101100111011101010001001101011100110000110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42196e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42196e; }

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

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

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

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

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

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

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

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