#421E6C

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

Shades of Christalle #421E6C

Tints of Christalle #421E6C

Color information

#421E6C (or 0x421E6C) is unknown color: approx Christalle. HEX triplet: 42, 1E and 6C. RGB value is (66,30,108). Sum of RGB (Red+Green+Blue) = 66+30+108=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #421E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E6C is #BDE193. Grayscale: #313131. Windows color (decimal): -12444052 or 7085634. OLE color: 7085634.

HSL color Cylindrical-coordinate representation of color #421E6C: hue angle of 267.69º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421E6C is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6630108-
CMYK0.390.7200.58
HSL267.69º56.52%27.06%-
HSV(B)267.69º72.22%42.35%-
XYZ5.423.1714.51-
YUV49.66160.93139.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 108 (42.58% from 255) = 52.94%
R=32.35%
G=14.71%
B=52.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66301080.390.7200.58267.6956.5227.06
Hex421E6C274803A10c391b
Octal10236154471100724147133
Binary10000101111011011001001111001000011101010000110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,30,108); }

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

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

 a { background-color: rgb(66,30,108); }

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

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

 span { border-color: rgb(66,30,108); }

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