Html Css Color HEX #401568 Christalle

📋 copy color: '#401568'

red 64 ◦ green 21 ◦ blue 104

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

Shades of Christalle #401568

Tints of Christalle #401568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

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

R = 33.86%
G = 11.11%
B = 55.03%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#401568 (or 0x401568) is known color: Christalle. HEX triplet: 40, 15 and 68. RGB value is (64,21,104). Sum of RGB (Red+Green+Blue) = 64+21+104=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #401568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401568 is #BFEA97. Grayscale: #2B2B2B. Windows color (decimal): -12577432 or 6821184. OLE color: 6821184.

HSL color Cylindrical-coordinate representation of color #401568: hue angle of 271.08º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401568 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 21 104 -
CMYK 0.38 0.80 0 0.59
HSL 271.08º 0.66% 0.25% -
HSV(B) 271.08º 0.8% 0.41% -
XYZ 4.88 2.63 13.35 -
YUV 43.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 64 21 104 0.38 0.80 0 0.59 271.08 0.66 0.25
Hex 40 15 68 26 50 0 3B 10F 42 19
Octal 100 25 150 46 120 0 73 417 102 31
Binary 1000000 10101 1101000 100110 1010000 0 111011 100001111 1000010 11001

Color Harmonies of #401568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401568

Black with #401568

Text Example


Text Example

White with #401568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401568; }

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

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

background-color css

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

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

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

border-color css

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

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

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