Html Css Color HEX #401764 Christalle

📋 copy color: '#401764'

red 64 ◦ green 23 ◦ blue 100

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

Shades of Christalle #401764

Tints of Christalle #401764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

 BLUE value IS 100 (39.45% from 255) = 53.48%

R = 34.22%
G = 12.3%
B = 53.48%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#401764 (or 0x401764) is known color: Christalle. HEX triplet: 40, 17 and 64. RGB value is (64,23,100). Sum of RGB (Red+Green+Blue) = 64+23+100=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #401764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401764 is #BFE89B. Grayscale: #2B2B2B. Windows color (decimal): -12576924 or 6559552. OLE color: 6559552.

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

Color convert

RGB 64 23 100 -
CMYK 0.36 0.77 0 0.61
HSL 271.95º 0.63% 0.24% -
HSV(B) 271.95º 0.77% 0.39% -
XYZ 4.72 2.62 12.31 -
YUV 44.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 64 23 100 0.36 0.77 0 0.61 271.95 0.63 0.24
Hex 40 17 64 24 4D 0 3D 110 3F 18
Octal 100 27 144 44 115 0 75 420 77 30
Binary 1000000 10111 1100100 100100 1001101 0 111101 100010000 111111 11000

Color Harmonies of #401764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401764

Black with #401764

Text Example


Text Example

White with #401764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401764; }

 p { color: rgb(64,23,100); }

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

background-color css

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

 a { background-color: rgb(64,23,100); }

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

border-color css

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

 span { border-color: rgb(64,23,100); }

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