#421960

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

Shades of Christalle #421960

Tints of Christalle #421960

Color information

#421960 (or 0x421960) is unknown color: approx Christalle. HEX triplet: 42, 19 and 60. RGB value is (66,25,96). Sum of RGB (Red+Green+Blue) = 66+25+96=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #421960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421960 is #BDE69F. Grayscale: #2D2D2D. Windows color (decimal): -12445344 or 6297922. OLE color: 6297922.

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

Color convert

RGB662596-
CMYK0.310.7400.62
HSL274.65º58.68%23.73%-
HSV(B)274.65º73.96%37.65%-
XYZ4.712.711.34-
YUV45.35156.58142.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=35.29%
G=13.37%
B=51.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6625960.310.7400.62274.6558.6823.73
Hex4219601F4A03E1133b18
Octal10231140371120764237330
Binary1000010110011100000111111001010011111010001001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421960; }

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

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

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

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

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

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

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

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