#451263

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

Shades of Christalle #451263

Tints of Christalle #451263

Color information

#451263 (or 0x451263) is unknown color: approx Christalle. HEX triplet: 45, 12 and 63. RGB value is (69,18,99). Sum of RGB (Red+Green+Blue) = 69+18+99=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #451263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451263 is #BAED9C. Grayscale: #2A2A2A. Windows color (decimal): -12250525 or 6492741. OLE color: 6492741.

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

Color convert

RGB691899-
CMYK0.300.8200.61
HSL277.78º69.23%22.94%-
HSV(B)277.78º81.82%38.82%-
XYZ4.922.612.05-
YUV42.48159.9146.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=37.10%
G=9.68%
B=53.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6918990.300.8200.61277.7869.2322.94
Hex4512631E5203D1164517
Octal105221433612207542610527
Binary10001011001011000111111010100100111101100010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451263; }

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

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

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

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

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

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

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

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