Html Css Color HEX #401960 Christalle

📋 copy color: '#401960'

red 64 ◦ green 25 ◦ blue 96

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

Shades of Christalle #401960

Tints of Christalle #401960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.89%

R = 34.59%
G = 13.51%
B = 51.89%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#401960 (or 0x401960) is known color: Christalle. HEX triplet: 40, 19 and 60. RGB value is (64,25,96). Sum of RGB (Red+Green+Blue) = 64+25+96=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #401960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401960 is #BFE69F. Grayscale: #2C2C2C. Windows color (decimal): -12576416 or 6297920. OLE color: 6297920.

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

Color convert

RGB 64 25 96 -
CMYK 0.33 0.74 0 0.62
HSL 272.96º 0.59% 0.24% -
HSV(B) 272.96º 0.74% 0.38% -
XYZ 4.57 2.63 11.33 -
YUV 44.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 64 25 96 0.33 0.74 0 0.62 272.96 0.59 0.24
Hex 40 19 60 21 4A 0 3E 111 3B 18
Octal 100 31 140 41 112 0 76 421 73 30
Binary 1000000 11001 1100000 100001 1001010 0 111110 100010001 111011 11000

Color Harmonies of #401960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401960

Black with #401960

Text Example


Text Example

White with #401960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401960; }

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

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

background-color css

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

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

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

border-color css

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

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

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