Html Css Color HEX #40285F Christalle

📋 copy color: '#40285F'

red 64 ◦ green 40 ◦ blue 95

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

Shades of Christalle #40285F

Tints of Christalle #40285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.1%

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 32.16%
G = 20.1%
B = 47.74%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40285F (or 0x40285F) is known color: Christalle. HEX triplet: 40, 28 and 5F. RGB value is (64,40,95). Sum of RGB (Red+Green+Blue) = 64+40+95=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #40285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40285F is #BFD7A0. Grayscale: #353535. Windows color (decimal): -12572577 or 6236224. OLE color: 6236224.

HSL color Cylindrical-coordinate representation of color #40285F: hue angle of 266.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40285F is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 40 95 -
CMYK 0.33 0.58 0 0.63
HSL 266.18º 0.41% 0.26% -
HSV(B) 266.18º 0.58% 0.37% -
XYZ 4.94 3.43 11.23 -
YUV 53.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 64 40 95 0.33 0.58 0 0.63 266.18 0.41 0.26
Hex 40 28 5F 21 3A 0 3F 10A 29 1A
Octal 100 50 137 41 72 0 77 412 51 32
Binary 1000000 101000 1011111 100001 111010 0 111111 100001010 101001 11010

Color Harmonies of #40285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40285F

Black with #40285F

Text Example


Text Example

White with #40285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40285F; }

 p { color: rgb(64,40,95); }

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

background-color css

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

 a { background-color: rgb(64,40,95); }

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

border-color css

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

 span { border-color: rgb(64,40,95); }

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