#42225D

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

Shades of Christalle #42225D

Tints of Christalle #42225D

Color information

#42225D (or 0x42225D) is unknown color: approx Christalle. HEX triplet: 42, 22 and 5D. RGB value is (66,34,93). Sum of RGB (Red+Green+Blue) = 66+34+93=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #42225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42225D is #BDDDA2. Grayscale: #323232. Windows color (decimal): -12443043 or 6103618. OLE color: 6103618.

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

Color convert

RGB663493-
CMYK0.290.6300.64
HSL272.54º46.46%24.9%-
HSV(B)272.54º63.44%36.47%-
XYZ4.793.0910.7-
YUV50.29152.1139.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=34.20%
G=17.62%
B=48.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6634930.290.6300.64272.5446.4624.9
Hex42225D1D3F0401112e19
Octal10242135357701004215631
Binary10000101000101011101111011111110100000010001000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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