Html Css Color HEX #422061 Christalle

📋 copy color: '#422061'

red 66 ◦ green 32 ◦ blue 97

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

Shades of Christalle #422061

Tints of Christalle #422061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

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

R = 33.85%
G = 16.41%
B = 49.74%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422061 (or 0x422061) is known color: Christalle. HEX triplet: 42, 20 and 61. RGB value is (66,32,97). Sum of RGB (Red+Green+Blue) = 66+32+97=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #422061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422061 is #BDDF9E. Grayscale: #313131. Windows color (decimal): -12443551 or 6365250. OLE color: 6365250.

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

Color convert

RGB 66 32 97 -
CMYK 0.32 0.67 0 0.62
HSL 271.38º 0.5% 0.25% -
HSV(B) 271.38º 0.67% 0.38% -
XYZ 4.92 3.05 11.64 -
YUV 49.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 66 32 97 0.32 0.67 0 0.62 271.38 0.5 0.25
Hex 42 20 61 20 43 0 3E 10F 32 19
Octal 102 40 141 40 103 0 76 417 62 31
Binary 1000010 100000 1100001 100000 1000011 0 111110 100001111 110010 11001

Color Harmonies of #422061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422061

Black with #422061

Text Example


Text Example

White with #422061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422061; }

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

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

background-color css

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

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

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

border-color css

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

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

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