#421360

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

Shades of Christalle #421360

Tints of Christalle #421360

Color information

#421360 (or 0x421360) is unknown color: approx Christalle. HEX triplet: 42, 13 and 60. RGB value is (66,19,96). Sum of RGB (Red+Green+Blue) = 66+19+96=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #421360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421360 is #BDEC9F. Grayscale: #292929. Windows color (decimal): -12446880 or 6296386. OLE color: 6296386.

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

Color convert

RGB661996-
CMYK0.310.8000.62
HSL276.62º66.96%22.55%-
HSV(B)276.62º80.21%37.65%-
XYZ4.592.4711.3-
YUV41.83158.57145.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=36.46%
G=10.50%
B=53.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6619960.310.8000.62276.6266.9622.55
Hex4213601F5003E1154317
Octal102231403712007642510327
Binary10000101001111000001111110100000111110100010101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421360; }

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

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

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

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

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

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

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

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