Html Css Color HEX #422B60 Christalle

📋 copy color: '#422B60'

red 66 ◦ green 43 ◦ blue 96

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

Shades of Christalle #422B60

Tints of Christalle #422B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.98%

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

R = 32.2%
G = 20.98%
B = 46.83%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422B60 (or 0x422B60) is known color: Christalle. HEX triplet: 42, 2B and 60. RGB value is (66,43,96). Sum of RGB (Red+Green+Blue) = 66+43+96=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #422B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B60 is #BDD49F. Grayscale: #373737. Windows color (decimal): -12440736 or 6302530. OLE color: 6302530.

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

Color convert

RGB 66 43 96 -
CMYK 0.31 0.55 0 0.62
HSL 266.04º 0.38% 0.27% -
HSV(B) 266.04º 0.55% 0.38% -
XYZ 5.22 3.73 11.51 -
YUV 55.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 66 43 96 0.31 0.55 0 0.62 266.04 0.38 0.27
Hex 42 2B 60 1F 37 0 3E 10A 26 1B
Octal 102 53 140 37 67 0 76 412 46 33
Binary 1000010 101011 1100000 11111 110111 0 111110 100001010 100110 11011

Color Harmonies of #422B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B60

Black with #422B60

Text Example


Text Example

White with #422B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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