Html Css Color HEX #401F6C Christalle

📋 copy color: '#401F6C'

red 64 ◦ green 31 ◦ blue 108

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

Shades of Christalle #401F6C

Tints of Christalle #401F6C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.27%

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 31.53%
G = 15.27%
B = 53.2%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#401F6C (or 0x401F6C) is known color: Christalle. HEX triplet: 40, 1F and 6C. RGB value is (64,31,108). Sum of RGB (Red+Green+Blue) = 64+31+108=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #401F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F6C is #BFE093. Grayscale: #313131. Windows color (decimal): -12574868 or 7085888. OLE color: 7085888.

HSL color Cylindrical-coordinate representation of color #401F6C: hue angle of 265.71º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #401F6C is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 31 108 -
CMYK 0.41 0.71 0 0.58
HSL 265.71º 0.55% 0.27% -
HSV(B) 265.71º 0.71% 0.42% -
XYZ 5.31 3.15 14.52 -
YUV 49.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 64 31 108 0.41 0.71 0 0.58 265.71 0.55 0.27
Hex 40 1F 6C 29 47 0 3A 10A 37 1B
Octal 100 37 154 51 107 0 72 412 67 33
Binary 1000000 11111 1101100 101001 1000111 0 111010 100001010 110111 11011

Color Harmonies of #401F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F6C

Black with #401F6C

Text Example


Text Example

White with #401F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401F6C; }

 p { color: rgb(64,31,108); }

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

background-color css

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

 a { background-color: rgb(64,31,108); }

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

border-color css

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

 span { border-color: rgb(64,31,108); }

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