Html Css Color HEX #401861 Christalle

📋 copy color: '#401861'

red 64 ◦ green 24 ◦ blue 97

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

Shades of Christalle #401861

Tints of Christalle #401861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.43%

R = 34.59%
G = 12.97%
B = 52.43%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#401861 (or 0x401861) is known color: Christalle. HEX triplet: 40, 18 and 61. RGB value is (64,24,97). Sum of RGB (Red+Green+Blue) = 64+24+97=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #401861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401861 is #BFE79E. Grayscale: #2C2C2C. Windows color (decimal): -12576671 or 6363200. OLE color: 6363200.

HSL color Cylindrical-coordinate representation of color #401861: hue angle of 272.88º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401861 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 24 97 -
CMYK 0.34 0.75 0 0.62
HSL 272.88º 0.6% 0.24% -
HSV(B) 272.88º 0.75% 0.38% -
XYZ 4.6 2.61 11.57 -
YUV 44.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 64 24 97 0.34 0.75 0 0.62 272.88 0.6 0.24
Hex 40 18 61 22 4B 0 3E 111 3C 18
Octal 100 30 141 42 113 0 76 421 74 30
Binary 1000000 11000 1100001 100010 1001011 0 111110 100010001 111100 11000

Color Harmonies of #401861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401861

Black with #401861

Text Example


Text Example

White with #401861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401861; }

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

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

background-color css

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

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

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

border-color css

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

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

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