#452063

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

Shades of Christalle #452063

Tints of Christalle #452063

Color information

#452063 (or 0x452063) is unknown color: approx Christalle. HEX triplet: 45, 20 and 63. RGB value is (69,32,99). Sum of RGB (Red+Green+Blue) = 69+32+99=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #452063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452063 is #BADF9C. Grayscale: #323232. Windows color (decimal): -12246941 or 6496325. OLE color: 6496325.

HSL color Cylindrical-coordinate representation of color #452063: hue angle of 273.13º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #452063 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB693299-
CMYK0.300.6800.61
HSL273.13º51.15%25.69%-
HSV(B)273.13º67.68%38.82%-
XYZ5.223.212.15-
YUV50.7155.26141.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=34.5%
G=16%
B=49.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6932990.300.6800.61273.1351.1525.69
Hex4520631E4403D111331a
Octal10540143361040754216332
Binary10001011000001100011111101000100011110110001000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452063; }

 p { color: rgb(69,32,99); }

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

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

 a { background-color: rgb(69,32,99); }

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

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

 span { border-color: rgb(69,32,99); }

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