#421A69

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

Shades of Christalle #421A69

Tints of Christalle #421A69

Color information

#421A69 (or 0x421A69) is unknown color: approx Christalle. HEX triplet: 42, 1A and 69. RGB value is (66,26,105). Sum of RGB (Red+Green+Blue) = 66+26+105=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #421A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A69 is #BDE596. Grayscale: #2E2E2E. Windows color (decimal): -12445079 or 6888002. OLE color: 6888002.

HSL color Cylindrical-coordinate representation of color #421A69: hue angle of 270.38º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421A69 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6626105-
CMYK0.370.7500.59
HSL270.38º60.31%25.69%-
HSV(B)270.38º75.24%41.18%-
XYZ5.172.9213.66-
YUV46.97160.75141.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=33.50%
G=13.20%
B=53.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66261050.370.7500.59270.3860.3125.69
Hex421A69254B03B10e3c1a
Octal10232151451130734167432
Binary10000101101011010011001011001011011101110000111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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