#421F60

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

Shades of Christalle #421F60

Tints of Christalle #421F60

Color information

#421F60 (or 0x421F60) is unknown color: approx Christalle. HEX triplet: 42, 1F and 60. RGB value is (66,31,96). Sum of RGB (Red+Green+Blue) = 66+31+96=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #421F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F60 is #BDE09F. Grayscale: #303030. Windows color (decimal): -12443808 or 6299458. OLE color: 6299458.

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

Color convert

RGB663196-
CMYK0.310.6800.62
HSL272.31º51.18%24.9%-
HSV(B)272.31º67.71%37.65%-
XYZ4.852.9811.39-
YUV48.88154.6140.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=34.20%
G=16.06%
B=49.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6631960.310.6800.62272.3151.1824.9
Hex421F601F4403E1103319
Octal10237140371040764206331
Binary1000010111111100000111111000100011111010001000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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