Html Css Color HEX #401963 Christalle

📋 copy color: '#401963'

red 64 ◦ green 25 ◦ blue 99

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

Shades of Christalle #401963

Tints of Christalle #401963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

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

R = 34.04%
G = 13.3%
B = 52.66%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#401963 (or 0x401963) is known color: Christalle. HEX triplet: 40, 19 and 63. RGB value is (64,25,99). Sum of RGB (Red+Green+Blue) = 64+25+99=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #401963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401963 is #BFE69C. Grayscale: #2C2C2C. Windows color (decimal): -12576413 or 6494528. OLE color: 6494528.

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

Color convert

RGB 64 25 99 -
CMYK 0.35 0.75 0 0.61
HSL 271.62º 0.6% 0.24% -
HSV(B) 271.62º 0.75% 0.39% -
XYZ 4.71 2.69 12.07 -
YUV 45.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 64 25 99 0.35 0.75 0 0.61 271.62 0.6 0.24
Hex 40 19 63 23 4B 0 3D 110 3C 18
Octal 100 31 143 43 113 0 75 420 74 30
Binary 1000000 11001 1100011 100011 1001011 0 111101 100010000 111100 11000

Color Harmonies of #401963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401963

Black with #401963

Text Example


Text Example

White with #401963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401963; }

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

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

background-color css

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

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

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

border-color css

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

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

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