#421866

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

Shades of Christalle #421866

Tints of Christalle #421866

Color information

#421866 (or 0x421866) is unknown color: approx Christalle. HEX triplet: 42, 18 and 66. RGB value is (66,24,102). Sum of RGB (Red+Green+Blue) = 66+24+102=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #421866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421866 is #BDE799. Grayscale: #2D2D2D. Windows color (decimal): -12445594 or 6690882. OLE color: 6690882.

HSL color Cylindrical-coordinate representation of color #421866: hue angle of 272.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421866 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6624102-
CMYK0.350.7600.6
HSL272.31º61.9%24.71%-
HSV(B)272.31º76.47%40%-
XYZ4.972.7712.84-
YUV45.45159.91142.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=34.38%
G=12.5%
B=53.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66241020.350.7600.6272.3161.924.71
Hex421866234C03C1103e19
Octal10230146431140744207631
Binary10000101100011001101000111001100011110010001000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421866; }

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

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

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

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

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

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

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

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