#422865

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

Shades of Christalle #422865

Tints of Christalle #422865

Color information

#422865 (or 0x422865) is unknown color: approx Christalle. HEX triplet: 42, 28 and 65. RGB value is (66,40,101). Sum of RGB (Red+Green+Blue) = 66+40+101=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #422865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422865 is #BDD79A. Grayscale: #363636. Windows color (decimal): -12441499 or 6629442. OLE color: 6629442.

HSL color Cylindrical-coordinate representation of color #422865: hue angle of 265.57º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #422865 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6640101-
CMYK0.350.6000.60
HSL265.57º43.26%27.65%-
HSV(B)265.57º60.4%39.61%-
XYZ5.353.6212.73-
YUV54.73154.11136.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 101 (39.84% from 255) = 48.79%
R=31.88%
G=19.32%
B=48.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66401010.350.6000.60265.5743.2627.65
Hex422865233C03C10a2b1c
Octal1025014543740744125334
Binary10000101010001100101100011111100011110010000101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422865; }

 p { color: rgb(66,40,101); }

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

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

 a { background-color: rgb(66,40,101); }

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

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

 span { border-color: rgb(66,40,101); }

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