Html Css Color HEX #422160 Christalle

📋 copy color: '#422160'

red 66 ◦ green 33 ◦ blue 96

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

Shades of Christalle #422160

Tints of Christalle #422160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.23%

R = 33.85%
G = 16.92%
B = 49.23%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422160 (or 0x422160) is known color: Christalle. HEX triplet: 42, 21 and 60. RGB value is (66,33,96). Sum of RGB (Red+Green+Blue) = 66+33+96=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #422160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422160 is #BDDE9F. Grayscale: #313131. Windows color (decimal): -12443296 or 6299970. OLE color: 6299970.

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

Color convert

RGB 66 33 96 -
CMYK 0.31 0.66 0 0.62
HSL 271.43º 0.49% 0.25% -
HSV(B) 271.43º 0.66% 0.38% -
XYZ 4.9 3.09 11.4 -
YUV 50.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 66 33 96 0.31 0.66 0 0.62 271.43 0.49 0.25
Hex 42 21 60 1F 42 0 3E 10F 31 19
Octal 102 41 140 37 102 0 76 417 61 31
Binary 1000010 100001 1100000 11111 1000010 0 111110 100001111 110001 11001

Color Harmonies of #422160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422160

Black with #422160

Text Example


Text Example

White with #422160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422160; }

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

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

background-color css

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

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

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

border-color css

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

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

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