Html Css Color HEX #401770 Christalle

📋 copy color: '#401770'

red 64 ◦ green 23 ◦ blue 112

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

Shades of Christalle #401770

Tints of Christalle #401770

RGB

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

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

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

R = 32.16%
G = 11.56%
B = 56.28%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#401770 (or 0x401770) is known color: Christalle. HEX triplet: 40, 17 and 70. RGB value is (64,23,112). Sum of RGB (Red+Green+Blue) = 64+23+112=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #401770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401770 is #BFE88F. Grayscale: #2D2D2D. Windows color (decimal): -12576912 or 7345984. OLE color: 7345984.

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

Color convert

RGB 64 23 112 -
CMYK 0.43 0.79 0 0.56
HSL 267.64º 0.66% 0.26% -
HSV(B) 267.64º 0.79% 0.44% -
XYZ 5.35 2.87 15.6 -
YUV 45.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 64 23 112 0.43 0.79 0 0.56 267.64 0.66 0.26
Hex 40 17 70 2B 4F 0 38 10C 42 1A
Octal 100 27 160 53 117 0 70 414 102 32
Binary 1000000 10111 1110000 101011 1001111 0 111000 100001100 1000010 11010

Color Harmonies of #401770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401770

Black with #401770

Text Example


Text Example

White with #401770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401770; }

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

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

background-color css

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

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

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

border-color css

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

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

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