Html Css Color HEX #422B64 Christalle

📋 copy color: '#422B64'

red 66 ◦ green 43 ◦ blue 100

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

Shades of Christalle #422B64

Tints of Christalle #422B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.85%

R = 31.58%
G = 20.57%
B = 47.85%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#422B64 (or 0x422B64) is known color: Christalle. HEX triplet: 42, 2B and 64. RGB value is (66,43,100). Sum of RGB (Red+Green+Blue) = 66+43+100=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #422B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B64 is #BDD49B. Grayscale: #383838. Windows color (decimal): -12440732 or 6564674. OLE color: 6564674.

HSL color Cylindrical-coordinate representation of color #422B64: hue angle of 264.21º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #422B64 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 43 100 -
CMYK 0.34 0.57 0 0.61
HSL 264.21º 0.4% 0.28% -
HSV(B) 264.21º 0.57% 0.39% -
XYZ 5.41 3.81 12.51 -
YUV 56.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 66 43 100 0.34 0.57 0 0.61 264.21 0.4 0.28
Hex 42 2B 64 22 39 0 3D 108 28 1C
Octal 102 53 144 42 71 0 75 410 50 34
Binary 1000010 101011 1100100 100010 111001 0 111101 100001000 101000 11100

Color Harmonies of #422B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B64

Black with #422B64

Text Example


Text Example

White with #422B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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