Html Css Color HEX #402663 Christalle

📋 copy color: '#402663'

red 64 ◦ green 38 ◦ blue 99

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

Shades of Christalle #402663

Tints of Christalle #402663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.25%

R = 31.84%
G = 18.91%
B = 49.25%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#402663 (or 0x402663) is known color: Christalle. HEX triplet: 40, 26 and 63. RGB value is (64,38,99). Sum of RGB (Red+Green+Blue) = 64+38+99=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #402663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402663 is #BFD99C. Grayscale: #343434. Windows color (decimal): -12573085 or 6497856. OLE color: 6497856.

HSL color Cylindrical-coordinate representation of color #402663: hue angle of 265.57º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402663 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 38 99 -
CMYK 0.35 0.62 0 0.61
HSL 265.57º 0.45% 0.27% -
HSV(B) 265.57º 0.62% 0.39% -
XYZ 5.06 3.38 12.19 -
YUV 52.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 64 38 99 0.35 0.62 0 0.61 265.57 0.45 0.27
Hex 40 26 63 23 3E 0 3D 10A 2D 1B
Octal 100 46 143 43 76 0 75 412 55 33
Binary 1000000 100110 1100011 100011 111110 0 111101 100001010 101101 11011

Color Harmonies of #402663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402663

Black with #402663

Text Example


Text Example

White with #402663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402663; }

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

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

background-color css

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

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

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

border-color css

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

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

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