#422C5D

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

Shades of Christalle #422C5D

Tints of Christalle #422C5D

Color information

#422C5D (or 0x422C5D) is unknown color: approx Christalle. HEX triplet: 42, 2C and 5D. RGB value is (66,44,93). Sum of RGB (Red+Green+Blue) = 66+44+93=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #422C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C5D is #BDD3A2. Grayscale: #373737. Windows color (decimal): -12440483 or 6106178. OLE color: 6106178.

HSL color Cylindrical-coordinate representation of color #422C5D: hue angle of 266.94º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #422C5D is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB664493-
CMYK0.290.5300.64
HSL266.94º35.77%26.86%-
HSV(B)266.94º52.69%36.47%-
XYZ5.123.7510.81-
YUV56.16148.79135.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=32.51%
G=21.67%
B=45.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6644930.290.5300.64266.9435.7726.86
Hex422C5D1D3504010b241b
Octal10254135356501004134433
Binary10000101011001011101111011101010100000010000101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422C5D; }

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

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

<style>
 a { background-color: #422C5D; }

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

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

<style>
 span { border-color: #422C5D; }

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

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