Html Css Color HEX #402667 Christalle

📋 copy color: '#402667'

red 64 ◦ green 38 ◦ blue 103

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

Shades of Christalle #402667

Tints of Christalle #402667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.24%

R = 31.22%
G = 18.54%
B = 50.24%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#402667 (or 0x402667) is known color: Christalle. HEX triplet: 40, 26 and 67. RGB value is (64,38,103). Sum of RGB (Red+Green+Blue) = 64+38+103=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #402667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402667 is #BFD998. Grayscale: #343434. Windows color (decimal): -12573081 or 6760000. OLE color: 6760000.

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

Color convert

RGB 64 38 103 -
CMYK 0.38 0.63 0 0.60
HSL 264º 0.46% 0.28% -
HSV(B) 264º 0.63% 0.4% -
XYZ 5.26 3.46 13.22 -
YUV 53.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 64 38 103 0.38 0.63 0 0.60 264 0.46 0.28
Hex 40 26 67 26 3F 0 3C 108 2E 1C
Octal 100 46 147 46 77 0 74 410 56 34
Binary 1000000 100110 1100111 100110 111111 0 111100 100001000 101110 11100

Color Harmonies of #402667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402667

Black with #402667

Text Example


Text Example

White with #402667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402667; }

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

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

background-color css

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

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

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

border-color css

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

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

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