Html Css Color HEX #422266 Christalle

📋 copy color: '#422266'

red 66 ◦ green 34 ◦ blue 102

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

Shades of Christalle #422266

Tints of Christalle #422266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.83%

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

R = 32.67%
G = 16.83%
B = 50.5%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#422266 (or 0x422266) is known color: Christalle. HEX triplet: 42, 22 and 66. RGB value is (66,34,102). Sum of RGB (Red+Green+Blue) = 66+34+102=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #422266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422266 is #BDDD99. Grayscale: #333333. Windows color (decimal): -12443034 or 6693442. OLE color: 6693442.

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

Color convert

RGB 66 34 102 -
CMYK 0.35 0.67 0 0.6
HSL 268.24º 0.5% 0.27% -
HSV(B) 268.24º 0.67% 0.4% -
XYZ 5.22 3.26 12.92 -
YUV 51.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 66 34 102 0.35 0.67 0 0.6 268.24 0.5 0.27
Hex 42 22 66 23 43 0 3C 10C 32 1B
Octal 102 42 146 43 103 0 74 414 62 33
Binary 1000010 100010 1100110 100011 1000011 0 111100 100001100 110010 11011

Color Harmonies of #422266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422266

Black with #422266

Text Example


Text Example

White with #422266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422266; }

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

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

background-color css

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

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

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

border-color css

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

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

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