Html Css Color HEX #401970 Christalle

📋 copy color: '#401970'

red 64 ◦ green 25 ◦ blue 112

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

Shades of Christalle #401970

Tints of Christalle #401970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 31.84%
G = 12.44%
B = 55.72%

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

#401970 (or 0x401970) is known color: Christalle. HEX triplet: 40, 19 and 70. RGB value is (64,25,112). Sum of RGB (Red+Green+Blue) = 64+25+112=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #401970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401970 is #BFE68F. Grayscale: #2E2E2E. Windows color (decimal): -12576400 or 7346496. OLE color: 7346496.

HSL color Cylindrical-coordinate representation of color #401970: hue angle of 266.9º 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 #401970 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 25 112 -
CMYK 0.43 0.78 0 0.56
HSL 266.9º 0.64% 0.27% -
HSV(B) 266.9º 0.78% 0.44% -
XYZ 5.39 2.96 15.62 -
YUV 46.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 64 25 112 0.43 0.78 0 0.56 266.9 0.64 0.27
Hex 40 19 70 2B 4E 0 38 10B 40 1B
Octal 100 31 160 53 116 0 70 413 100 33
Binary 1000000 11001 1110000 101011 1001110 0 111000 100001011 1000000 11011

Color Harmonies of #401970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401970

Black with #401970

Text Example


Text Example

White with #401970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401970; }

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

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

background-color css

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

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

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

border-color css

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

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

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