#421D66

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

Shades of Christalle #421D66

Tints of Christalle #421D66

Color information

#421D66 (or 0x421D66) is unknown color: approx Christalle. HEX triplet: 42, 1D and 66. RGB value is (66,29,102). Sum of RGB (Red+Green+Blue) = 66+29+102=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #421D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D66 is #BDE299. Grayscale: #303030. Windows color (decimal): -12444314 or 6692162. OLE color: 6692162.

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

Color convert

RGB6629102-
CMYK0.350.7200.6
HSL270.41º55.73%25.69%-
HSV(B)270.41º71.57%40%-
XYZ5.08312.88-
YUV48.38158.26140.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 102 (40.23% from 255) = 51.78%
R=33.50%
G=14.72%
B=51.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66291020.350.7200.6270.4155.7325.69
Hex421D66234803C10e381a
Octal10235146431100744167032
Binary10000101110111001101000111001000011110010000111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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