Html Css Color HEX #422162 Christalle

📋 copy color: '#422162'

red 66 ◦ green 33 ◦ blue 98

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

Shades of Christalle #422162

Tints of Christalle #422162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49.75%

R = 33.5%
G = 16.75%
B = 49.75%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422162 (or 0x422162) is known color: Christalle. HEX triplet: 42, 21 and 62. RGB value is (66,33,98). Sum of RGB (Red+Green+Blue) = 66+33+98=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #422162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422162 is #BDDE9D. Grayscale: #323232. Windows color (decimal): -12443294 or 6431042. OLE color: 6431042.

HSL color Cylindrical-coordinate representation of color #422162: hue angle of 270.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #422162 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 33 98 -
CMYK 0.33 0.66 0 0.62
HSL 270.46º 0.5% 0.26% -
HSV(B) 270.46º 0.66% 0.38% -
XYZ 5 3.13 11.9 -
YUV 50.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 66 33 98 0.33 0.66 0 0.62 270.46 0.5 0.26
Hex 42 21 62 21 42 0 3E 10E 32 1A
Octal 102 41 142 41 102 0 76 416 62 32
Binary 1000010 100001 1100010 100001 1000010 0 111110 100001110 110010 11010

Color Harmonies of #422162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422162

Black with #422162

Text Example


Text Example

White with #422162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422162; }

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

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

background-color css

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

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

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

border-color css

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

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

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