Html Css Color HEX #402768 Christalle

📋 copy color: '#402768'

red 64 ◦ green 39 ◦ blue 104

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

Shades of Christalle #402768

Tints of Christalle #402768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.84%

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

R = 30.92%
G = 18.84%
B = 50.24%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#402768 (or 0x402768) is known color: Christalle. HEX triplet: 40, 27 and 68. RGB value is (64,39,104). Sum of RGB (Red+Green+Blue) = 64+39+104=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #402768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402768 is #BFD897. Grayscale: #353535. Windows color (decimal): -12572824 or 6825792. OLE color: 6825792.

HSL color Cylindrical-coordinate representation of color #402768: hue angle of 263.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402768 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 39 104 -
CMYK 0.38 0.62 0 0.59
HSL 263.08º 0.45% 0.28% -
HSV(B) 263.08º 0.63% 0.41% -
XYZ 5.34 3.54 13.5 -
YUV 53.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 64 39 104 0.38 0.62 0 0.59 263.08 0.45 0.28
Hex 40 27 68 26 3E 0 3B 107 2D 1C
Octal 100 47 150 46 76 0 73 407 55 34
Binary 1000000 100111 1101000 100110 111110 0 111011 100000111 101101 11100

Color Harmonies of #402768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402768

Black with #402768

Text Example


Text Example

White with #402768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402768; }

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

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

background-color css

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

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

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

border-color css

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

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

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