Html Css Color HEX #422168 Christalle

📋 copy color: '#422168'

red 66 ◦ green 33 ◦ blue 104

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

Shades of Christalle #422168

Tints of Christalle #422168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

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

R = 32.51%
G = 16.26%
B = 51.23%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#422168 (or 0x422168) is known color: Christalle. HEX triplet: 42, 21 and 68. RGB value is (66,33,104). Sum of RGB (Red+Green+Blue) = 66+33+104=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #422168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422168 is #BDDE97. Grayscale: #323232. Windows color (decimal): -12443288 or 6824258. OLE color: 6824258.

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

Color convert

RGB 66 33 104 -
CMYK 0.37 0.68 0 0.59
HSL 267.89º 0.52% 0.27% -
HSV(B) 267.89º 0.68% 0.41% -
XYZ 5.29 3.25 13.44 -
YUV 50.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 66 33 104 0.37 0.68 0 0.59 267.89 0.52 0.27
Hex 42 21 68 25 44 0 3B 10C 34 1B
Octal 102 41 150 45 104 0 73 414 64 33
Binary 1000010 100001 1101000 100101 1000100 0 111011 100001100 110100 11011

Color Harmonies of #422168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422168

Black with #422168

Text Example


Text Example

White with #422168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422168; }

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

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

background-color css

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

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

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

border-color css

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

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

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