Html Css Color HEX #402063 Christalle

📋 copy color: '#402063'

red 64 ◦ green 32 ◦ blue 99

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

Shades of Christalle #402063

Tints of Christalle #402063

RGB

 RED value IS 64 (25.39% from 255) = 32.82%

 GREEN value IS 32 (12.89% from 255) = 16.41%

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

R = 32.82%
G = 16.41%
B = 50.77%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#402063 (or 0x402063) is known color: Christalle. HEX triplet: 40, 20 and 63. RGB value is (64,32,99). Sum of RGB (Red+Green+Blue) = 64+32+99=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #402063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402063 is #BFDF9C. Grayscale: #303030. Windows color (decimal): -12574621 or 6496320. OLE color: 6496320.

HSL color Cylindrical-coordinate representation of color #402063: hue angle of 268.66º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402063 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 32 99 -
CMYK 0.35 0.68 0 0.61
HSL 268.66º 0.51% 0.26% -
HSV(B) 268.66º 0.68% 0.39% -
XYZ 4.88 3.02 12.13 -
YUV 49.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 64 32 99 0.35 0.68 0 0.61 268.66 0.51 0.26
Hex 40 20 63 23 44 0 3D 10D 33 1A
Octal 100 40 143 43 104 0 75 415 63 32
Binary 1000000 100000 1100011 100011 1000100 0 111101 100001101 110011 11010

Color Harmonies of #402063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402063

Black with #402063

Text Example


Text Example

White with #402063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402063; }

 p { color: rgb(64,32,99); }

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

background-color css

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

 a { background-color: rgb(64,32,99); }

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

border-color css

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

 span { border-color: rgb(64,32,99); }

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