Html Css Color HEX #40295B Christalle

📋 copy color: '#40295B'

red 64 ◦ green 41 ◦ blue 91

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

Shades of Christalle #40295B

Tints of Christalle #40295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 91 (35.94% from 255) = 46.43%

R = 32.65%
G = 20.92%
B = 46.43%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40295B (or 0x40295B) is known color: Christalle. HEX triplet: 40, 29 and 5B. RGB value is (64,41,91). Sum of RGB (Red+Green+Blue) = 64+41+91=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #40295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40295B is #BFD6A4. Grayscale: #353535. Windows color (decimal): -12572325 or 5974336. OLE color: 5974336.

HSL color Cylindrical-coordinate representation of color #40295B: hue angle of 267.6º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40295B is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 41 91 -
CMYK 0.30 0.55 0 0.64
HSL 267.6º 0.38% 0.26% -
HSV(B) 267.6º 0.55% 0.36% -
XYZ 4.8 3.43 10.31 -
YUV 53.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 64 41 91 0.30 0.55 0 0.64 267.6 0.38 0.26
Hex 40 29 5B 1E 37 0 40 10C 26 1A
Octal 100 51 133 36 67 0 100 414 46 32
Binary 1000000 101001 1011011 11110 110111 0 1000000 100001100 100110 11010

Color Harmonies of #40295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40295B

Black with #40295B

Text Example


Text Example

White with #40295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40295B; }

 p { color: rgb(64,41,91); }

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

background-color css

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

 a { background-color: rgb(64,41,91); }

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

border-color css

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

 span { border-color: rgb(64,41,91); }

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