#421468

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

Shades of Christalle #421468

Tints of Christalle #421468

Color information

#421468 (or 0x421468) is unknown color: approx Christalle. HEX triplet: 42, 14 and 68. RGB value is (66,20,104). Sum of RGB (Red+Green+Blue) = 66+20+104=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #421468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421468 is #BDEB97. Grayscale: #2B2B2B. Windows color (decimal): -12446616 or 6820930. OLE color: 6820930.

HSL color Cylindrical-coordinate representation of color #421468: hue angle of 272.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421468 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6620104-
CMYK0.370.8100.59
HSL272.86º67.74%24.31%-
HSV(B)272.86º80.77%40.78%-
XYZ52.6613.35-
YUV43.33162.24144.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=34.74%
G=10.53%
B=54.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66201040.370.8100.59272.8667.7424.31
Hex421468255103B1114418
Octal102241504512107342110430
Binary100001010100110100010010110100010111011100010001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421468; }

 p { color: rgb(66,20,104); }

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

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

 a { background-color: rgb(66,20,104); }

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

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

 span { border-color: rgb(66,20,104); }

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