Html Css Color HEX #401468 Christalle

📋 copy color: '#401468'

red 64 ◦ green 20 ◦ blue 104

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

Shades of Christalle #401468

Tints of Christalle #401468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.64%

 BLUE value IS 104 (41.02% from 255) = 55.32%

R = 34.04%
G = 10.64%
B = 55.32%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#401468 (or 0x401468) is known color: Christalle. HEX triplet: 40, 14 and 68. RGB value is (64,20,104). Sum of RGB (Red+Green+Blue) = 64+20+104=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #401468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401468 is #BFEB97. Grayscale: #2A2A2A. Windows color (decimal): -12577688 or 6820928. OLE color: 6820928.

HSL color Cylindrical-coordinate representation of color #401468: hue angle of 271.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401468 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 20 104 -
CMYK 0.38 0.81 0 0.59
HSL 271.43º 0.68% 0.24% -
HSV(B) 271.43º 0.81% 0.41% -
XYZ 4.86 2.59 13.34 -
YUV 42.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 64 20 104 0.38 0.81 0 0.59 271.43 0.68 0.24
Hex 40 14 68 26 51 0 3B 10F 44 18
Octal 100 24 150 46 121 0 73 417 104 30
Binary 1000000 10100 1101000 100110 1010001 0 111011 100001111 1000100 11000

Color Harmonies of #401468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401468

Black with #401468

Text Example


Text Example

White with #401468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401468; }

 p { color: rgb(64,20,104); }

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

background-color css

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

 a { background-color: rgb(64,20,104); }

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

border-color css

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

 span { border-color: rgb(64,20,104); }

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