#42166D

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

Shades of Christalle #42166D

Tints of Christalle #42166D

Color information

#42166D (or 0x42166D) is unknown color: approx Christalle. HEX triplet: 42, 16 and 6D. RGB value is (66,22,109). Sum of RGB (Red+Green+Blue) = 66+22+109=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #42166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42166D is #BDE992. Grayscale: #2C2C2C. Windows color (decimal): -12446099 or 7149122. OLE color: 7149122.

HSL color Cylindrical-coordinate representation of color #42166D: hue angle of 270.34º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42166D is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6622109-
CMYK0.390.8000.57
HSL270.34º66.41%25.69%-
HSV(B)270.34º79.82%42.75%-
XYZ5.292.8414.74-
YUV45.07164.08142.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 109 (42.97% from 255) = 55.33%
R=33.50%
G=11.17%
B=55.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66221090.390.8000.57270.3466.4125.69
Hex42166D275003910e421a
Octal102261554712007141610232
Binary100001010110110110110011110100000111001100001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42166D; }

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

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

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

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

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

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

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

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