Html Css Color HEX #401971 Christalle

📋 copy color: '#401971'

red 64 ◦ green 25 ◦ blue 113

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

Shades of Christalle #401971

Tints of Christalle #401971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.94%

R = 31.68%
G = 12.38%
B = 55.94%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#401971 (or 0x401971) is known color: Christalle. HEX triplet: 40, 19 and 71. RGB value is (64,25,113). Sum of RGB (Red+Green+Blue) = 64+25+113=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #401971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401971 is #BFE68E. Grayscale: #2E2E2E. Windows color (decimal): -12576399 or 7412032. OLE color: 7412032.

HSL color Cylindrical-coordinate representation of color #401971: hue angle of 266.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401971 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 25 113 -
CMYK 0.43 0.78 0 0.56
HSL 266.59º 0.64% 0.27% -
HSV(B) 266.59º 0.78% 0.44% -
XYZ 5.44 2.98 15.91 -
YUV 46.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 64 25 113 0.43 0.78 0 0.56 266.59 0.64 0.27
Hex 40 19 71 2B 4E 0 38 10B 40 1B
Octal 100 31 161 53 116 0 70 413 100 33
Binary 1000000 11001 1110001 101011 1001110 0 111000 100001011 1000000 11011

Color Harmonies of #401971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401971

Black with #401971

Text Example


Text Example

White with #401971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401971; }

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

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

background-color css

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

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

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

border-color css

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

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

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