Html Css Color HEX #422562 Christalle

📋 copy color: '#422562'

red 66 ◦ green 37 ◦ blue 98

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

Shades of Christalle #422562

Tints of Christalle #422562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.41%

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

R = 32.84%
G = 18.41%
B = 48.76%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422562 (or 0x422562) is known color: Christalle. HEX triplet: 42, 25 and 62. RGB value is (66,37,98). Sum of RGB (Red+Green+Blue) = 66+37+98=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #422562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422562 is #BDDA9D. Grayscale: #343434. Windows color (decimal): -12442270 or 6432066. OLE color: 6432066.

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

Color convert

RGB 66 37 98 -
CMYK 0.33 0.62 0 0.62
HSL 268.52º 0.45% 0.26% -
HSV(B) 268.52º 0.62% 0.38% -
XYZ 5.11 3.36 11.93 -
YUV 52.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 66 37 98 0.33 0.62 0 0.62 268.52 0.45 0.26
Hex 42 25 62 21 3E 0 3E 10D 2D 1A
Octal 102 45 142 41 76 0 76 415 55 32
Binary 1000010 100101 1100010 100001 111110 0 111110 100001101 101101 11010

Color Harmonies of #422562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422562

Black with #422562

Text Example


Text Example

White with #422562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422562; }

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

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

background-color css

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

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

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

border-color css

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

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

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