Html Css Color HEX #402863 Christalle

📋 copy color: '#402863'

red 64 ◦ green 40 ◦ blue 99

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

Shades of Christalle #402863

Tints of Christalle #402863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

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

R = 31.53%
G = 19.7%
B = 48.77%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#402863 (or 0x402863) is known color: Christalle. HEX triplet: 40, 28 and 63. RGB value is (64,40,99). Sum of RGB (Red+Green+Blue) = 64+40+99=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #402863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402863 is #BFD79C. Grayscale: #353535. Windows color (decimal): -12572573 or 6498368. OLE color: 6498368.

HSL color Cylindrical-coordinate representation of color #402863: hue angle of 264.41º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #402863 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 40 99 -
CMYK 0.35 0.60 0 0.61
HSL 264.41º 0.42% 0.27% -
HSV(B) 264.41º 0.6% 0.39% -
XYZ 5.13 3.51 12.21 -
YUV 53.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 64 40 99 0.35 0.60 0 0.61 264.41 0.42 0.27
Hex 40 28 63 23 3C 0 3D 108 2A 1B
Octal 100 50 143 43 74 0 75 410 52 33
Binary 1000000 101000 1100011 100011 111100 0 111101 100001000 101010 11011

Color Harmonies of #402863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402863

Black with #402863

Text Example


Text Example

White with #402863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402863; }

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

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

background-color css

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

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

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

border-color css

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

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

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