Html Css Color HEX #402666 Christalle

📋 copy color: '#402666'

red 64 ◦ green 38 ◦ blue 102

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

Shades of Christalle #402666

Tints of Christalle #402666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.63%

 BLUE value IS 102 (40.23% from 255) = 50%

R = 31.37%
G = 18.63%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#402666 (or 0x402666) is known color: Christalle. HEX triplet: 40, 26 and 66. RGB value is (64,38,102). Sum of RGB (Red+Green+Blue) = 64+38+102=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #402666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402666 is #BFD999. Grayscale: #343434. Windows color (decimal): -12573082 or 6694464. OLE color: 6694464.

HSL color Cylindrical-coordinate representation of color #402666: hue angle of 264.38º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #402666 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 38 102 -
CMYK 0.37 0.63 0 0.6
HSL 264.38º 0.46% 0.27% -
HSV(B) 264.38º 0.63% 0.4% -
XYZ 5.21 3.44 12.96 -
YUV 53.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 64 38 102 0.37 0.63 0 0.6 264.38 0.46 0.27
Hex 40 26 66 25 3F 0 3C 108 2E 1B
Octal 100 46 146 45 77 0 74 410 56 33
Binary 1000000 100110 1100110 100101 111111 0 111100 100001000 101110 11011

Color Harmonies of #402666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402666

Black with #402666

Text Example


Text Example

White with #402666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402666; }

 p { color: rgb(64,38,102); }

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

background-color css

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

 a { background-color: rgb(64,38,102); }

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

border-color css

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

 span { border-color: rgb(64,38,102); }

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