Html Css Color HEX #401566 Christalle

📋 copy color: '#401566'

red 64 ◦ green 21 ◦ blue 102

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

Shades of Christalle #401566

Tints of Christalle #401566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 34.22%
G = 11.23%
B = 54.55%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#401566 (or 0x401566) is known color: Christalle. HEX triplet: 40, 15 and 66. RGB value is (64,21,102). Sum of RGB (Red+Green+Blue) = 64+21+102=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #401566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401566 is #BFEA99. Grayscale: #2A2A2A. Windows color (decimal): -12577434 or 6690112. OLE color: 6690112.

HSL color Cylindrical-coordinate representation of color #401566: hue angle of 271.85º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401566 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 21 102 -
CMYK 0.37 0.79 0 0.6
HSL 271.85º 0.66% 0.24% -
HSV(B) 271.85º 0.79% 0.4% -
XYZ 4.78 2.59 12.82 -
YUV 43.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 64 21 102 0.37 0.79 0 0.6 271.85 0.66 0.24
Hex 40 15 66 25 4F 0 3C 110 42 18
Octal 100 25 146 45 117 0 74 420 102 30
Binary 1000000 10101 1100110 100101 1001111 0 111100 100010000 1000010 11000

Color Harmonies of #401566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401566

Black with #401566

Text Example


Text Example

White with #401566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401566; }

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

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

background-color css

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

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

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

border-color css

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

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

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