Html Css Color HEX #422662 Christalle

📋 copy color: '#422662'

red 66 ◦ green 38 ◦ blue 98

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

Shades of Christalle #422662

Tints of Christalle #422662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

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

R = 32.67%
G = 18.81%
B = 48.51%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422662 (or 0x422662) is known color: Christalle. HEX triplet: 42, 26 and 62. RGB value is (66,38,98). Sum of RGB (Red+Green+Blue) = 66+38+98=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #422662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422662 is #BDD99D. Grayscale: #353535. Windows color (decimal): -12442014 or 6432322. OLE color: 6432322.

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

Color convert

RGB 66 38 98 -
CMYK 0.33 0.61 0 0.62
HSL 268º 0.44% 0.27% -
HSV(B) 268º 0.61% 0.38% -
XYZ 5.14 3.43 11.95 -
YUV 53.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 66 38 98 0.33 0.61 0 0.62 268 0.44 0.27
Hex 42 26 62 21 3D 0 3E 10C 2C 1B
Octal 102 46 142 41 75 0 76 414 54 33
Binary 1000010 100110 1100010 100001 111101 0 111110 100001100 101100 11011

Color Harmonies of #422662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422662

Black with #422662

Text Example


Text Example

White with #422662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422662; }

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

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

background-color css

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

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

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

border-color css

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

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

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