#421A61

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

Shades of Christalle #421A61

Tints of Christalle #421A61

Color information

#421A61 (or 0x421A61) is unknown color: approx Christalle. HEX triplet: 42, 1A and 61. RGB value is (66,26,97). Sum of RGB (Red+Green+Blue) = 66+26+97=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #421A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A61 is #BDE59E. Grayscale: #2D2D2D. Windows color (decimal): -12445087 or 6363714. OLE color: 6363714.

HSL color Cylindrical-coordinate representation of color #421A61: hue angle of 273.8º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421A61 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB662697-
CMYK0.320.7300.62
HSL273.8º57.72%24.12%-
HSV(B)273.8º73.2%38.04%-
XYZ4.772.7611.59-
YUV46.05156.75142.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=34.92%
G=13.76%
B=51.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6626970.320.7300.62273.857.7224.12
Hex421A61204903E1123a18
Octal10232141401110764227230
Binary10000101101011000011000001001001011111010001001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,26,97); }

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

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

 a { background-color: rgb(66,26,97); }

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

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

 span { border-color: rgb(66,26,97); }

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