Html Css Color HEX #40295C Christalle

📋 copy color: '#40295C'

red 64 ◦ green 41 ◦ blue 92

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

Shades of Christalle #40295C

Tints of Christalle #40295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.7%

R = 32.49%
G = 20.81%
B = 46.7%

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

#40295C (or 0x40295C) is known color: Christalle. HEX triplet: 40, 29 and 5C. RGB value is (64,41,92). Sum of RGB (Red+Green+Blue) = 64+41+92=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #40295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40295C is #BFD6A3. Grayscale: #353535. Windows color (decimal): -12572324 or 6039872. OLE color: 6039872.

HSL color Cylindrical-coordinate representation of color #40295C: hue angle of 267.06º 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 #40295C is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 41 92 -
CMYK 0.30 0.55 0 0.64
HSL 267.06º 0.38% 0.26% -
HSV(B) 267.06º 0.55% 0.36% -
XYZ 4.84 3.45 10.54 -
YUV 53.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 64 41 92 0.30 0.55 0 0.64 267.06 0.38 0.26
Hex 40 29 5C 1E 37 0 40 10B 26 1A
Octal 100 51 134 36 67 0 100 413 46 32
Binary 1000000 101001 1011100 11110 110111 0 1000000 100001011 100110 11010

Color Harmonies of #40295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40295C

Black with #40295C

Text Example


Text Example

White with #40295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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