Html Css Color HEX #422563 Christalle

📋 copy color: '#422563'

red 66 ◦ green 37 ◦ blue 99

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

Shades of Christalle #422563

Tints of Christalle #422563

RGB

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

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

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

R = 32.67%
G = 18.32%
B = 49.01%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#422563 (or 0x422563) is known color: Christalle. HEX triplet: 42, 25 and 63. RGB value is (66,37,99). Sum of RGB (Red+Green+Blue) = 66+37+99=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #422563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422563 is #BDDA9C. Grayscale: #343434. Windows color (decimal): -12442269 or 6497602. OLE color: 6497602.

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

Color convert

RGB 66 37 99 -
CMYK 0.33 0.63 0 0.61
HSL 268.06º 0.46% 0.27% -
HSV(B) 268.06º 0.63% 0.39% -
XYZ 5.16 3.38 12.19 -
YUV 52.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 66 37 99 0.33 0.63 0 0.61 268.06 0.46 0.27
Hex 42 25 63 21 3F 0 3D 10C 2E 1B
Octal 102 45 143 41 77 0 75 414 56 33
Binary 1000010 100101 1100011 100001 111111 0 111101 100001100 101110 11011

Color Harmonies of #422563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422563

Black with #422563

Text Example


Text Example

White with #422563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422563; }

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

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

background-color css

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

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

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

border-color css

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

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

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