Html Css Color HEX #401663 Christalle

📋 copy color: '#401663'

red 64 ◦ green 22 ◦ blue 99

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

Shades of Christalle #401663

Tints of Christalle #401663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

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

R = 34.59%
G = 11.89%
B = 53.51%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#401663 (or 0x401663) is known color: Christalle. HEX triplet: 40, 16 and 63. RGB value is (64,22,99). Sum of RGB (Red+Green+Blue) = 64+22+99=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #401663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401663 is #BFE99C. Grayscale: #2B2B2B. Windows color (decimal): -12577181 or 6493760. OLE color: 6493760.

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

Color convert

RGB 64 22 99 -
CMYK 0.35 0.78 0 0.61
HSL 272.73º 0.64% 0.24% -
HSV(B) 272.73º 0.78% 0.39% -
XYZ 4.65 2.56 12.05 -
YUV 43.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 64 22 99 0.35 0.78 0 0.61 272.73 0.64 0.24
Hex 40 16 63 23 4E 0 3D 111 40 18
Octal 100 26 143 43 116 0 75 421 100 30
Binary 1000000 10110 1100011 100011 1001110 0 111101 100010001 1000000 11000

Color Harmonies of #401663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401663

Black with #401663

Text Example


Text Example

White with #401663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401663; }

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

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

background-color css

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

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

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

border-color css

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

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

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