#451969

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

Shades of Christalle #451969

Tints of Christalle #451969

Color information

#451969 (or 0x451969) is unknown color: approx Christalle. HEX triplet: 45, 19 and 69. RGB value is (69,25,105). Sum of RGB (Red+Green+Blue) = 69+25+105=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #451969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451969 is #BAE696. Grayscale: #2F2F2F. Windows color (decimal): -12248727 or 6887749. OLE color: 6887749.

HSL color Cylindrical-coordinate representation of color #451969: hue angle of 273º degrees, saturation: 0.62, 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 #451969 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6925105-
CMYK0.340.7600.59
HSL273º61.54%25.49%-
HSV(B)273º76.19%41.18%-
XYZ5.352.9813.66-
YUV47.28160.58143.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=34.67%
G=12.56%
B=52.76%

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
Decimal69251050.340.7600.5927361.5425.49
Hex451969224C03B1113e19
Octal10531151421140734217631
Binary10001011100111010011000101001100011101110001000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451969; }

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

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

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

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

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

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

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

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