#421460

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

Shades of Christalle #421460

Tints of Christalle #421460

Color information

#421460 (or 0x421460) is unknown color: approx Christalle. HEX triplet: 42, 14 and 60. RGB value is (66,20,96). Sum of RGB (Red+Green+Blue) = 66+20+96=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #421460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421460 is #BDEB9F. Grayscale: #2A2A2A. Windows color (decimal): -12446624 or 6296642. OLE color: 6296642.

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

Color convert

RGB662096-
CMYK0.310.7900.62
HSL276.32º65.52%22.75%-
HSV(B)276.32º79.17%37.65%-
XYZ4.612.511.31-
YUV42.42158.24144.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=36.26%
G=10.99%
B=52.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6620960.310.7900.62276.3265.5222.75
Hex4214601F4F03E1144217
Octal102241403711707642410227
Binary10000101010011000001111110011110111110100010100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421460; }

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

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

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

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

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

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

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

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