Html Css Color HEX #402568 Christalle

📋 copy color: '#402568'

red 64 ◦ green 37 ◦ blue 104

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

Shades of Christalle #402568

Tints of Christalle #402568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

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

R = 31.22%
G = 18.05%
B = 50.73%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#402568 (or 0x402568) is known color: Christalle. HEX triplet: 40, 25 and 68. RGB value is (64,37,104). Sum of RGB (Red+Green+Blue) = 64+37+104=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #402568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402568 is #BFDA97. Grayscale: #343434. Windows color (decimal): -12573336 or 6825280. OLE color: 6825280.

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

Color convert

RGB 64 37 104 -
CMYK 0.38 0.64 0 0.59
HSL 264.18º 0.48% 0.28% -
HSV(B) 264.18º 0.64% 0.41% -
XYZ 5.27 3.41 13.48 -
YUV 52.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 64 37 104 0.38 0.64 0 0.59 264.18 0.48 0.28
Hex 40 25 68 26 40 0 3B 108 30 1C
Octal 100 45 150 46 100 0 73 410 60 34
Binary 1000000 100101 1101000 100110 1000000 0 111011 100001000 110000 11100

Color Harmonies of #402568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402568

Black with #402568

Text Example


Text Example

White with #402568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402568; }

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

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

background-color css

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

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

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

border-color css

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

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

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