Html Css Color HEX #401966 Christalle

📋 copy color: '#401966'

red 64 ◦ green 25 ◦ blue 102

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

Shades of Christalle #401966

Tints of Christalle #401966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.4%

R = 33.51%
G = 13.09%
B = 53.4%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#401966 (or 0x401966) is known color: Christalle. HEX triplet: 40, 19 and 66. RGB value is (64,25,102). Sum of RGB (Red+Green+Blue) = 64+25+102=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #401966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401966 is #BFE699. Grayscale: #2D2D2D. Windows color (decimal): -12576410 or 6691136. OLE color: 6691136.

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

Color convert

RGB 64 25 102 -
CMYK 0.37 0.75 0 0.6
HSL 270.39º 0.61% 0.25% -
HSV(B) 270.39º 0.75% 0.4% -
XYZ 4.86 2.74 12.84 -
YUV 45.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 64 25 102 0.37 0.75 0 0.6 270.39 0.61 0.25
Hex 40 19 66 25 4B 0 3C 10E 3D 19
Octal 100 31 146 45 113 0 74 416 75 31
Binary 1000000 11001 1100110 100101 1001011 0 111100 100001110 111101 11001

Color Harmonies of #401966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401966

Black with #401966

Text Example


Text Example

White with #401966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401966; }

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

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

background-color css

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

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

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

border-color css

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

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

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