Html Css Color HEX #421168 Christalle

📋 copy color: '#421168'

red 66 ◦ green 17 ◦ blue 104

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

Shades of Christalle #421168

Tints of Christalle #421168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 104 (41.02% from 255) = 55.61%

R = 35.29%
G = 9.09%
B = 55.61%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#421168 (or 0x421168) is known color: Christalle. HEX triplet: 42, 11 and 68. RGB value is (66,17,104). Sum of RGB (Red+Green+Blue) = 66+17+104=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #421168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421168 is #BDEE97. Grayscale: #292929. Windows color (decimal): -12447384 or 6820162. OLE color: 6820162.

HSL color Cylindrical-coordinate representation of color #421168: hue angle of 273.79º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421168 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 17 104 -
CMYK 0.37 0.84 0 0.59
HSL 273.79º 0.72% 0.24% -
HSV(B) 273.79º 0.84% 0.41% -
XYZ 4.95 2.56 13.33 -
YUV 41.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 66 17 104 0.37 0.84 0 0.59 273.79 0.72 0.24
Hex 42 11 68 25 54 0 3B 112 48 18
Octal 102 21 150 45 124 0 73 422 110 30
Binary 1000010 10001 1101000 100101 1010100 0 111011 100010010 1001000 11000

Color Harmonies of #421168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421168

Black with #421168

Text Example


Text Example

White with #421168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421168; }

 p { color: rgb(66,17,104); }

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

background-color css

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

 a { background-color: rgb(66,17,104); }

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

border-color css

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

 span { border-color: rgb(66,17,104); }

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