Html Css Color HEX #422961 Christalle

📋 copy color: '#422961'

red 66 ◦ green 41 ◦ blue 97

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

Shades of Christalle #422961

Tints of Christalle #422961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

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

R = 32.35%
G = 20.1%
B = 47.55%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422961 (or 0x422961) is known color: Christalle. HEX triplet: 42, 29 and 61. RGB value is (66,41,97). Sum of RGB (Red+Green+Blue) = 66+41+97=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #422961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422961 is #BDD69E. Grayscale: #363636. Windows color (decimal): -12441247 or 6367554. OLE color: 6367554.

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

Color convert

RGB 66 41 97 -
CMYK 0.32 0.58 0 0.62
HSL 266.79º 0.41% 0.27% -
HSV(B) 266.79º 0.58% 0.38% -
XYZ 5.2 3.61 11.73 -
YUV 54.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 66 41 97 0.32 0.58 0 0.62 266.79 0.41 0.27
Hex 42 29 61 20 3A 0 3E 10B 29 1B
Octal 102 51 141 40 72 0 76 413 51 33
Binary 1000010 101001 1100001 100000 111010 0 111110 100001011 101001 11011

Color Harmonies of #422961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422961

Black with #422961

Text Example


Text Example

White with #422961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422961; }

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

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

background-color css

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

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

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

border-color css

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

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

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