Html Css Color HEX #401968 Christalle

📋 copy color: '#401968'

red 64 ◦ green 25 ◦ blue 104

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

Shades of Christalle #401968

Tints of Christalle #401968

RGB

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

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

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

R = 33.16%
G = 12.95%
B = 53.89%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#401968 (or 0x401968) is known color: Christalle. HEX triplet: 40, 19 and 68. RGB value is (64,25,104). Sum of RGB (Red+Green+Blue) = 64+25+104=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #401968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401968 is #BFE697. Grayscale: #2D2D2D. Windows color (decimal): -12576408 or 6822208. OLE color: 6822208.

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

Color convert

RGB 64 25 104 -
CMYK 0.38 0.76 0 0.59
HSL 269.62º 0.61% 0.25% -
HSV(B) 269.62º 0.76% 0.41% -
XYZ 4.96 2.78 13.37 -
YUV 45.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 64 25 104 0.38 0.76 0 0.59 269.62 0.61 0.25
Hex 40 19 68 26 4C 0 3B 10E 3D 19
Octal 100 31 150 46 114 0 73 416 75 31
Binary 1000000 11001 1101000 100110 1001100 0 111011 100001110 111101 11001

Color Harmonies of #401968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401968

Black with #401968

Text Example


Text Example

White with #401968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401968; }

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

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

background-color css

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

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

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

border-color css

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

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

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