#42215D

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

Shades of Christalle #42215D

Tints of Christalle #42215D

Color information

#42215D (or 0x42215D) is unknown color: approx Christalle. HEX triplet: 42, 21 and 5D. RGB value is (66,33,93). Sum of RGB (Red+Green+Blue) = 66+33+93=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #42215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42215D is #BDDEA2. Grayscale: #313131. Windows color (decimal): -12443299 or 6103362. OLE color: 6103362.

HSL color Cylindrical-coordinate representation of color #42215D: hue angle of 273º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42215D is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB663393-
CMYK0.290.6500.64
HSL273º47.62%24.71%-
HSV(B)273º64.52%36.47%-
XYZ4.773.0410.69-
YUV49.71152.43139.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=34.38%
G=17.19%
B=48.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6633930.290.6500.6427347.6224.71
Hex42215D1D410401113019
Octal102411353510101004216031
Binary100001010000110111011110110000010100000010001000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,33,93); }

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

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

 a { background-color: rgb(66,33,93); }

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

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

 span { border-color: rgb(66,33,93); }

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