#422465

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

Shades of Christalle #422465

Tints of Christalle #422465

Color information

#422465 (or 0x422465) is unknown color: approx Christalle. HEX triplet: 42, 24 and 65. RGB value is (66,36,101). Sum of RGB (Red+Green+Blue) = 66+36+101=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #422465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422465 is #BDDB9A. Grayscale: #343434. Windows color (decimal): -12442523 or 6628418. OLE color: 6628418.

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

Color convert

RGB6636101-
CMYK0.350.6400.60
HSL267.69º47.45%26.86%-
HSV(B)267.69º64.36%39.61%-
XYZ5.233.3612.68-
YUV52.38155.44137.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=32.51%
G=17.73%
B=49.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66361010.350.6400.60267.6947.4526.86
Hex422465234003C10c2f1b
Octal10244145431000744145733
Binary100001010010011001011000111000000011110010000110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422465; }

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

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

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

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

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

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

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

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