Html Css Color HEX #401260 Christalle

📋 copy color: '#401260'

red 64 ◦ green 18 ◦ blue 96

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

Shades of Christalle #401260

Tints of Christalle #401260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.11%

 BLUE value IS 96 (37.89% from 255) = 53.93%

R = 35.96%
G = 10.11%
B = 53.93%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#401260 (or 0x401260) is known color: Christalle. HEX triplet: 40, 12 and 60. RGB value is (64,18,96). Sum of RGB (Red+Green+Blue) = 64+18+96=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #401260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401260 is #BFED9F. Grayscale: #282828. Windows color (decimal): -12578208 or 6296128. OLE color: 6296128.

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

Color convert

RGB 64 18 96 -
CMYK 0.33 0.81 0 0.62
HSL 275.38º 0.68% 0.22% -
HSV(B) 275.38º 0.81% 0.38% -
XYZ 4.44 2.37 11.29 -
YUV 40.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 64 18 96 0.33 0.81 0 0.62 275.38 0.68 0.22
Hex 40 12 60 21 51 0 3E 113 44 16
Octal 100 22 140 41 121 0 76 423 104 26
Binary 1000000 10010 1100000 100001 1010001 0 111110 100010011 1000100 10110

Color Harmonies of #401260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401260

Black with #401260

Text Example


Text Example

White with #401260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401260; }

 p { color: rgb(64,18,96); }

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

background-color css

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

 a { background-color: rgb(64,18,96); }

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

border-color css

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

 span { border-color: rgb(64,18,96); }

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