#421F66

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

Shades of Christalle #421F66

Tints of Christalle #421F66

Color information

#421F66 (or 0x421F66) is unknown color: approx Christalle. HEX triplet: 42, 1F and 66. RGB value is (66,31,102). Sum of RGB (Red+Green+Blue) = 66+31+102=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #421F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F66 is #BDE099. Grayscale: #313131. Windows color (decimal): -12443802 or 6692674. OLE color: 6692674.

HSL color Cylindrical-coordinate representation of color #421F66: hue angle of 269.58º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421F66 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6631102-
CMYK0.350.7000.6
HSL269.58º53.38%26.08%-
HSV(B)269.58º69.61%40%-
XYZ5.143.112.9-
YUV49.56157.6139.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 31 (12.5% from 255) = 15.58%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=33.17%
G=15.58%
B=51.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66311020.350.7000.6269.5853.3826.08
Hex421F66234603C10e351a
Octal10237146431060744166532
Binary10000101111111001101000111000110011110010000111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,31,102); }

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

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

 a { background-color: rgb(66,31,102); }

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

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

 span { border-color: rgb(66,31,102); }

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