#421860

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

Shades of Christalle #421860

Tints of Christalle #421860

Color information

#421860 (or 0x421860) is unknown color: approx Christalle. HEX triplet: 42, 18 and 60. RGB value is (66,24,96). Sum of RGB (Red+Green+Blue) = 66+24+96=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #421860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421860 is #BDE79F. Grayscale: #2C2C2C. Windows color (decimal): -12445600 or 6297666. OLE color: 6297666.

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

Color convert

RGB662496-
CMYK0.310.7500.62
HSL275º60%23.53%-
HSV(B)275º75%37.65%-
XYZ4.682.6611.33-
YUV44.77156.91143.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=35.48%
G=12.90%
B=51.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6624960.310.7500.622756023.53
Hex4218601F4B03E1133c18
Octal10230140371130764237430
Binary1000010110001100000111111001011011111010001001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421860; }

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

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

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

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

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

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

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

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