Html Css Color HEX #401964 Christalle

📋 copy color: '#401964'

red 64 ◦ green 25 ◦ blue 100

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

Shades of Christalle #401964

Tints of Christalle #401964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 33.86%
G = 13.23%
B = 52.91%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#401964 (or 0x401964) is known color: Christalle. HEX triplet: 40, 19 and 64. RGB value is (64,25,100). Sum of RGB (Red+Green+Blue) = 64+25+100=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #401964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401964 is #BFE69B. Grayscale: #2C2C2C. Windows color (decimal): -12576412 or 6560064. OLE color: 6560064.

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

Color convert

RGB 64 25 100 -
CMYK 0.36 0.75 0 0.61
HSL 271.2º 0.6% 0.25% -
HSV(B) 271.2º 0.75% 0.39% -
XYZ 4.76 2.71 12.33 -
YUV 45.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 64 25 100 0.36 0.75 0 0.61 271.2 0.6 0.25
Hex 40 19 64 24 4B 0 3D 10F 3C 19
Octal 100 31 144 44 113 0 75 417 74 31
Binary 1000000 11001 1100100 100100 1001011 0 111101 100001111 111100 11001

Color Harmonies of #401964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401964

Black with #401964

Text Example


Text Example

White with #401964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401964; }

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

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

background-color css

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

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

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

border-color css

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

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

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