Html Css Color HEX #422962 Christalle

📋 copy color: '#422962'

red 66 ◦ green 41 ◦ blue 98

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

Shades of Christalle #422962

Tints of Christalle #422962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20%

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

R = 32.2%
G = 20%
B = 47.8%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422962 (or 0x422962) is known color: Christalle. HEX triplet: 42, 29 and 62. RGB value is (66,41,98). Sum of RGB (Red+Green+Blue) = 66+41+98=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #422962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422962 is #BDD69D. Grayscale: #363636. Windows color (decimal): -12441246 or 6433090. OLE color: 6433090.

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

Color convert

RGB 66 41 98 -
CMYK 0.33 0.58 0 0.62
HSL 266.32º 0.41% 0.27% -
HSV(B) 266.32º 0.58% 0.38% -
XYZ 5.24 3.63 11.98 -
YUV 54.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 66 41 98 0.33 0.58 0 0.62 266.32 0.41 0.27
Hex 42 29 62 21 3A 0 3E 10A 29 1B
Octal 102 51 142 41 72 0 76 412 51 33
Binary 1000010 101001 1100010 100001 111010 0 111110 100001010 101001 11011

Color Harmonies of #422962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422962

Black with #422962

Text Example


Text Example

White with #422962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422962; }

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

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

background-color css

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

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

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

border-color css

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

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

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