#421560

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

Shades of Christalle #421560

Tints of Christalle #421560

Color information

#421560 (or 0x421560) is unknown color: approx Christalle. HEX triplet: 42, 15 and 60. RGB value is (66,21,96). Sum of RGB (Red+Green+Blue) = 66+21+96=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #421560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421560 is #BDEA9F. Grayscale: #2A2A2A. Windows color (decimal): -12446368 or 6296898. OLE color: 6296898.

HSL color Cylindrical-coordinate representation of color #421560: hue angle of 276º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421560 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB662196-
CMYK0.310.7800.62
HSL276º64.1%22.94%-
HSV(B)276º78.12%37.65%-
XYZ4.632.5411.31-
YUV43157.91144.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=36.07%
G=11.48%
B=52.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6621960.310.7800.6227664.122.94
Hex4215601F4E03E1144017
Octal102251403711607642410027
Binary10000101010111000001111110011100111110100010100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421560; }

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

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

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

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

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

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

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

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