Html Css Color HEX #422261 Christalle

📋 copy color: '#422261'

red 66 ◦ green 34 ◦ blue 97

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

Shades of Christalle #422261

Tints of Christalle #422261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.24%

R = 33.5%
G = 17.26%
B = 49.24%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422261 (or 0x422261) is known color: Christalle. HEX triplet: 42, 22 and 61. RGB value is (66,34,97). Sum of RGB (Red+Green+Blue) = 66+34+97=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #422261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422261 is #BDDD9E. Grayscale: #323232. Windows color (decimal): -12443039 or 6365762. OLE color: 6365762.

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

Color convert

RGB 66 34 97 -
CMYK 0.32 0.65 0 0.62
HSL 270.48º 0.48% 0.26% -
HSV(B) 270.48º 0.65% 0.38% -
XYZ 4.98 3.17 11.66 -
YUV 50.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 66 34 97 0.32 0.65 0 0.62 270.48 0.48 0.26
Hex 42 22 61 20 41 0 3E 10E 30 1A
Octal 102 42 141 40 101 0 76 416 60 32
Binary 1000010 100010 1100001 100000 1000001 0 111110 100001110 110000 11010

Color Harmonies of #422261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422261

Black with #422261

Text Example


Text Example

White with #422261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422261; }

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

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

background-color css

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

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

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

border-color css

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

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

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