Html Css Color HEX #422C64 Christalle

📋 copy color: '#422C64'

red 66 ◦ green 44 ◦ blue 100

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

Shades of Christalle #422C64

Tints of Christalle #422C64

RGB

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

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

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

R = 31.43%
G = 20.95%
B = 47.62%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#422C64 (or 0x422C64) is known color: Christalle. HEX triplet: 42, 2C and 64. RGB value is (66,44,100). Sum of RGB (Red+Green+Blue) = 66+44+100=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #422C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C64 is #BDD39B. Grayscale: #383838. Windows color (decimal): -12440476 or 6564930. OLE color: 6564930.

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

Color convert

RGB 66 44 100 -
CMYK 0.34 0.56 0 0.61
HSL 263.57º 0.39% 0.28% -
HSV(B) 263.57º 0.56% 0.39% -
XYZ 5.45 3.88 12.52 -
YUV 56.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 66 44 100 0.34 0.56 0 0.61 263.57 0.39 0.28
Hex 42 2C 64 22 38 0 3D 108 27 1C
Octal 102 54 144 42 70 0 75 410 47 34
Binary 1000010 101100 1100100 100010 111000 0 111101 100001000 100111 11100

Color Harmonies of #422C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C64

Black with #422C64

Text Example


Text Example

White with #422C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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