Html Css Color HEX #402263 Christalle

📋 copy color: '#402263'

red 64 ◦ green 34 ◦ blue 99

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

Shades of Christalle #402263

Tints of Christalle #402263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

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

R = 32.49%
G = 17.26%
B = 50.25%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#402263 (or 0x402263) is known color: Christalle. HEX triplet: 40, 22 and 63. RGB value is (64,34,99). Sum of RGB (Red+Green+Blue) = 64+34+99=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #402263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402263 is #BFDD9C. Grayscale: #323232. Windows color (decimal): -12574109 or 6496832. OLE color: 6496832.

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

Color convert

RGB 64 34 99 -
CMYK 0.35 0.66 0 0.61
HSL 267.69º 0.49% 0.26% -
HSV(B) 267.69º 0.66% 0.39% -
XYZ 4.94 3.13 12.15 -
YUV 50.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 64 34 99 0.35 0.66 0 0.61 267.69 0.49 0.26
Hex 40 22 63 23 42 0 3D 10C 31 1A
Octal 100 42 143 43 102 0 75 414 61 32
Binary 1000000 100010 1100011 100011 1000010 0 111101 100001100 110001 11010

Color Harmonies of #402263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402263

Black with #402263

Text Example


Text Example

White with #402263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402263; }

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

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

background-color css

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

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

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

border-color css

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

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

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