#451968

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

Shades of Christalle #451968

Tints of Christalle #451968

Color information

#451968 (or 0x451968) is unknown color: approx Christalle. HEX triplet: 45, 19 and 68. RGB value is (69,25,104). Sum of RGB (Red+Green+Blue) = 69+25+104=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #451968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451968 is #BAE697. Grayscale: #2E2E2E. Windows color (decimal): -12248728 or 6822213. OLE color: 6822213.

HSL color Cylindrical-coordinate representation of color #451968: hue angle of 273.42º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #451968 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6925104-
CMYK0.340.7600.59
HSL273.42º61.24%25.29%-
HSV(B)273.42º75.96%40.78%-
XYZ5.32.9613.39-
YUV47.16160.08143.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 104 (41.02% from 255) = 52.53%
R=34.85%
G=12.63%
B=52.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69251040.340.7600.59273.4261.2425.29
Hex451968224C03B1113d19
Octal10531150421140734217531
Binary10001011100111010001000101001100011101110001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451968; }

 p { color: rgb(69,25,104); }

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

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

 a { background-color: rgb(69,25,104); }

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

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

 span { border-color: rgb(69,25,104); }

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