#421563

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

Shades of Christalle #421563

Tints of Christalle #421563

Color information

#421563 (or 0x421563) is unknown color: approx Christalle. HEX triplet: 42, 15 and 63. RGB value is (66,21,99). Sum of RGB (Red+Green+Blue) = 66+21+99=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 21 (8.59% from 255 or 11.29% 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 #421563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421563 is #BDEA9C. Grayscale: #2B2B2B. Windows color (decimal): -12446365 or 6493506. OLE color: 6493506.

HSL color Cylindrical-coordinate representation of color #421563: hue angle of 274.62º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421563 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB662199-
CMYK0.330.7900.61
HSL274.62º65%23.53%-
HSV(B)274.62º78.79%38.82%-
XYZ4.772.612.05-
YUV43.35159.41144.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=35.48%
G=11.29%
B=53.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6621990.330.7900.61274.626523.53
Hex421563214F03D1134118
Octal102251434111707542310130
Binary100001010101110001110000110011110111101100010011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421563; }

 p { color: rgb(66,21,99); }

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

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

 a { background-color: rgb(66,21,99); }

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

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

 span { border-color: rgb(66,21,99); }

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