Html Css Color HEX #402163 Christalle

📋 copy color: '#402163'

red 64 ◦ green 33 ◦ blue 99

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

Shades of Christalle #402163

Tints of Christalle #402163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

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

R = 32.65%
G = 16.84%
B = 50.51%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#402163 (or 0x402163) is known color: Christalle. HEX triplet: 40, 21 and 63. RGB value is (64,33,99). Sum of RGB (Red+Green+Blue) = 64+33+99=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #402163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402163 is #BFDE9C. Grayscale: #313131. Windows color (decimal): -12574365 or 6496576. OLE color: 6496576.

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

Color convert

RGB 64 33 99 -
CMYK 0.35 0.67 0 0.61
HSL 268.18º 0.5% 0.26% -
HSV(B) 268.18º 0.67% 0.39% -
XYZ 4.91 3.08 12.14 -
YUV 49.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 64 33 99 0.35 0.67 0 0.61 268.18 0.5 0.26
Hex 40 21 63 23 43 0 3D 10C 32 1A
Octal 100 41 143 43 103 0 75 414 62 32
Binary 1000000 100001 1100011 100011 1000011 0 111101 100001100 110010 11010

Color Harmonies of #402163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402163

Black with #402163

Text Example


Text Example

White with #402163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402163; }

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

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

background-color css

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

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

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

border-color css

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

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

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