Html Css Color HEX #422C63 Christalle

📋 copy color: '#422C63'

red 66 ◦ green 44 ◦ blue 99

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

Shades of Christalle #422C63

Tints of Christalle #422C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.37%

R = 31.58%
G = 21.05%
B = 47.37%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#422C63 (or 0x422C63) is known color: Christalle. HEX triplet: 42, 2C and 63. RGB value is (66,44,99). Sum of RGB (Red+Green+Blue) = 66+44+99=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #422C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C63 is #BDD39C. Grayscale: #383838. Windows color (decimal): -12440477 or 6499394. OLE color: 6499394.

HSL color Cylindrical-coordinate representation of color #422C63: hue angle of 264º degrees, saturation: 0.38, 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 #422C63 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 44 99 -
CMYK 0.33 0.56 0 0.61
HSL 264º 0.38% 0.28% -
HSV(B) 264º 0.56% 0.39% -
XYZ 5.4 3.86 12.26 -
YUV 56.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 66 44 99 0.33 0.56 0 0.61 264 0.38 0.28
Hex 42 2C 63 21 38 0 3D 108 26 1C
Octal 102 54 143 41 70 0 75 410 46 34
Binary 1000010 101100 1100011 100001 111000 0 111101 100001000 100110 11100

Color Harmonies of #422C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C63

Black with #422C63

Text Example


Text Example

White with #422C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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