Html Css Color HEX #401062 Christalle

📋 copy color: '#401062'

red 64 ◦ green 16 ◦ blue 98

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

Shades of Christalle #401062

Tints of Christalle #401062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

 BLUE value IS 98 (38.67% from 255) = 55.06%

R = 35.96%
G = 8.99%
B = 55.06%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#401062 (or 0x401062) is known color: Christalle. HEX triplet: 40, 10 and 62. RGB value is (64,16,98). Sum of RGB (Red+Green+Blue) = 64+16+98=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #401062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401062 is #BFEF9D. Grayscale: #272727. Windows color (decimal): -12578718 or 6426688. OLE color: 6426688.

HSL color Cylindrical-coordinate representation of color #401062: hue angle of 275.12º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401062 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 16 98 -
CMYK 0.35 0.84 0 0.62
HSL 275.12º 0.72% 0.22% -
HSV(B) 275.12º 0.84% 0.38% -
XYZ 4.5 2.34 11.77 -
YUV 39.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 64 16 98 0.35 0.84 0 0.62 275.12 0.72 0.22
Hex 40 10 62 23 54 0 3E 113 48 16
Octal 100 20 142 43 124 0 76 423 110 26
Binary 1000000 10000 1100010 100011 1010100 0 111110 100010011 1001000 10110

Color Harmonies of #401062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401062

Black with #401062

Text Example


Text Example

White with #401062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401062; }

 p { color: rgb(64,16,98); }

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

background-color css

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

 a { background-color: rgb(64,16,98); }

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

border-color css

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

 span { border-color: rgb(64,16,98); }

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