Html Css Color HEX #422C62 Christalle

📋 copy color: '#422C62'

red 66 ◦ green 44 ◦ blue 98

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

Shades of Christalle #422C62

Tints of Christalle #422C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.12%

R = 31.73%
G = 21.15%
B = 47.12%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422C62 (or 0x422C62) is known color: Christalle. HEX triplet: 42, 2C and 62. RGB value is (66,44,98). Sum of RGB (Red+Green+Blue) = 66+44+98=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #422C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C62 is #BDD39D. Grayscale: #383838. Windows color (decimal): -12440478 or 6433858. OLE color: 6433858.

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

Color convert

RGB 66 44 98 -
CMYK 0.33 0.55 0 0.62
HSL 264.44º 0.38% 0.28% -
HSV(B) 264.44º 0.55% 0.38% -
XYZ 5.35 3.84 12.01 -
YUV 56.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 66 44 98 0.33 0.55 0 0.62 264.44 0.38 0.28
Hex 42 2C 62 21 37 0 3E 108 26 1C
Octal 102 54 142 41 67 0 76 410 46 34
Binary 1000010 101100 1100010 100001 110111 0 111110 100001000 100110 11100

Color Harmonies of #422C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C62

Black with #422C62

Text Example


Text Example

White with #422C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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