Html Css Color HEX #421666 Christalle

📋 copy color: '#421666'

red 66 ◦ green 22 ◦ blue 102

#421666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #421666

Tints of Christalle #421666

RGB

 RED value IS 66 (26.17% from 255) = 34.74%

 GREEN value IS 22 (8.98% from 255) = 11.58%

 BLUE value IS 102 (40.23% from 255) = 53.68%

R = 34.74%
G = 11.58%
B = 53.68%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#421666 (or 0x421666) is known color: Christalle. HEX triplet: 42, 16 and 66. RGB value is (66,22,102). Sum of RGB (Red+Green+Blue) = 66+22+102=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #421666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421666 is #BDE999. Grayscale: #2C2C2C. Windows color (decimal): -12446106 or 6690370. OLE color: 6690370.

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

Color convert

RGB 66 22 102 -
CMYK 0.35 0.78 0 0.6
HSL 273º 0.65% 0.24% -
HSV(B) 273º 0.78% 0.4% -
XYZ 4.93 2.69 12.83 -
YUV 44.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 66 22 102 0.35 0.78 0 0.6 273 0.65 0.24
Hex 42 16 66 23 4E 0 3C 111 41 18
Octal 102 26 146 43 116 0 74 421 101 30
Binary 1000010 10110 1100110 100011 1001110 0 111100 100010001 1000001 11000

Color Harmonies of #421666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421666

Black with #421666

Text Example


Text Example

White with #421666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421666; }

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

 H1.HeaderClassName
 {
   color: #421666;
 }
 .AnyTagClassName
 {
   color: #421666;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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