Html Css Color HEX #422C60 Christalle

📋 copy color: '#422C60'

red 66 ◦ green 44 ◦ blue 96

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

Shades of Christalle #422C60

Tints of Christalle #422C60

RGB

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

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

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

R = 32.04%
G = 21.36%
B = 46.6%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422C60 (or 0x422C60) is known color: Christalle. HEX triplet: 42, 2C and 60. RGB value is (66,44,96). Sum of RGB (Red+Green+Blue) = 66+44+96=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #422C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C60 is #BDD39F. Grayscale: #383838. Windows color (decimal): -12440480 or 6302786. OLE color: 6302786.

HSL color Cylindrical-coordinate representation of color #422C60: hue angle of 265.38º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #422C60 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 44 96 -
CMYK 0.31 0.54 0 0.62
HSL 265.38º 0.37% 0.27% -
HSV(B) 265.38º 0.54% 0.38% -
XYZ 5.26 3.8 11.52 -
YUV 56.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 66 44 96 0.31 0.54 0 0.62 265.38 0.37 0.27
Hex 42 2C 60 1F 36 0 3E 109 25 1B
Octal 102 54 140 37 66 0 76 411 45 33
Binary 1000010 101100 1100000 11111 110110 0 111110 100001001 100101 11011

Color Harmonies of #422C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C60

Black with #422C60

Text Example


Text Example

White with #422C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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