Html Css Color HEX #422C61 Christalle

📋 copy color: '#422C61'

red 66 ◦ green 44 ◦ blue 97

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

Shades of Christalle #422C61

Tints of Christalle #422C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.26%

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

R = 31.88%
G = 21.26%
B = 46.86%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422C61 (or 0x422C61) is known color: Christalle. HEX triplet: 42, 2C and 61. RGB value is (66,44,97). Sum of RGB (Red+Green+Blue) = 66+44+97=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #422C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C61 is #BDD39E. Grayscale: #383838. Windows color (decimal): -12440479 or 6368322. OLE color: 6368322.

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

Color convert

RGB 66 44 97 -
CMYK 0.32 0.55 0 0.62
HSL 264.91º 0.38% 0.28% -
HSV(B) 264.91º 0.55% 0.38% -
XYZ 5.31 3.82 11.77 -
YUV 56.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 66 44 97 0.32 0.55 0 0.62 264.91 0.38 0.28
Hex 42 2C 61 20 37 0 3E 109 26 1C
Octal 102 54 141 40 67 0 76 411 46 34
Binary 1000010 101100 1100001 100000 110111 0 111110 100001001 100110 11100

Color Harmonies of #422C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C61

Black with #422C61

Text Example


Text Example

White with #422C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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