#421A60

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

Shades of Christalle #421A60

Tints of Christalle #421A60

Color information

#421A60 (or 0x421A60) is unknown color: approx Christalle. HEX triplet: 42, 1A and 60. RGB value is (66,26,96). Sum of RGB (Red+Green+Blue) = 66+26+96=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #421A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A60 is #BDE59F. Grayscale: #2D2D2D. Windows color (decimal): -12445088 or 6298178. OLE color: 6298178.

HSL color Cylindrical-coordinate representation of color #421A60: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421A60 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB662696-
CMYK0.310.7300.62
HSL274.29º57.38%23.92%-
HSV(B)274.29º72.92%37.65%-
XYZ4.732.7411.35-
YUV45.94156.25142.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=35.11%
G=13.83%
B=51.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6626960.310.7300.62274.2957.3823.92
Hex421A601F4903E1123918
Octal10232140371110764227130
Binary1000010110101100000111111001001011111010001001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421A60; }

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

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

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

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

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

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

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

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