Html Css Color HEX #401A68 Christalle

📋 copy color: '#401A68'

red 64 ◦ green 26 ◦ blue 104

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

Shades of Christalle #401A68

Tints of Christalle #401A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.4%

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

R = 32.99%
G = 13.4%
B = 53.61%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#401A68 (or 0x401A68) is known color: Christalle. HEX triplet: 40, 1A and 68. RGB value is (64,26,104). Sum of RGB (Red+Green+Blue) = 64+26+104=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #401A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A68 is #BFE597. Grayscale: #2D2D2D. Windows color (decimal): -12576152 or 6822464. OLE color: 6822464.

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

Color convert

RGB 64 26 104 -
CMYK 0.38 0.75 0 0.59
HSL 269.23º 0.6% 0.25% -
HSV(B) 269.23º 0.75% 0.41% -
XYZ 4.98 2.83 13.38 -
YUV 46.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 64 26 104 0.38 0.75 0 0.59 269.23 0.6 0.25
Hex 40 1A 68 26 4B 0 3B 10D 3C 19
Octal 100 32 150 46 113 0 73 415 74 31
Binary 1000000 11010 1101000 100110 1001011 0 111011 100001101 111100 11001

Color Harmonies of #401A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A68

Black with #401A68

Text Example


Text Example

White with #401A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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