Html Css Color HEX #401868 Christalle

📋 copy color: '#401868'

red 64 ◦ green 24 ◦ blue 104

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

Shades of Christalle #401868

Tints of Christalle #401868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 33.33%
G = 12.5%
B = 54.17%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#401868 (or 0x401868) is known color: Christalle. HEX triplet: 40, 18 and 68. RGB value is (64,24,104). Sum of RGB (Red+Green+Blue) = 64+24+104=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #401868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401868 is #BFE797. Grayscale: #2C2C2C. Windows color (decimal): -12576664 or 6821952. OLE color: 6821952.

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

Color convert

RGB 64 24 104 -
CMYK 0.38 0.77 0 0.59
HSL 270º 0.63% 0.25% -
HSV(B) 270º 0.77% 0.41% -
XYZ 4.94 2.74 13.37 -
YUV 45.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 64 24 104 0.38 0.77 0 0.59 270 0.63 0.25
Hex 40 18 68 26 4D 0 3B 10E 3E 19
Octal 100 30 150 46 115 0 73 416 76 31
Binary 1000000 11000 1101000 100110 1001101 0 111011 100001110 111110 11001

Color Harmonies of #401868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401868

Black with #401868

Text Example


Text Example

White with #401868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401868; }

 p { color: rgb(64,24,104); }

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

background-color css

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

 a { background-color: rgb(64,24,104); }

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

border-color css

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

 span { border-color: rgb(64,24,104); }

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