#422768

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

Shades of Christalle #422768

Tints of Christalle #422768

Color information

#422768 (or 0x422768) is unknown color: approx Christalle. HEX triplet: 42, 27 and 68. RGB value is (66,39,104). Sum of RGB (Red+Green+Blue) = 66+39+104=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #422768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422768 is #BDD897. Grayscale: #363636. Windows color (decimal): -12441752 or 6825794. OLE color: 6825794.

HSL color Cylindrical-coordinate representation of color #422768: hue angle of 264.92º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422768 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6639104-
CMYK0.370.6200.59
HSL264.92º45.45%28.04%-
HSV(B)264.92º62.5%40.78%-
XYZ5.473.6113.5-
YUV54.48155.95136.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=31.58%
G=18.66%
B=49.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66391040.370.6200.59264.9245.4528.04
Hex422768253E03B1092d1c
Octal1024715045760734115534
Binary10000101001111101000100101111110011101110000100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422768; }

 p { color: rgb(66,39,104); }

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

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

 a { background-color: rgb(66,39,104); }

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

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

 span { border-color: rgb(66,39,104); }

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