Html Css Color HEX #40215E Christalle

📋 copy color: '#40215E'

red 64 ◦ green 33 ◦ blue 94

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

Shades of Christalle #40215E

Tints of Christalle #40215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.28%

 BLUE value IS 94 (37.11% from 255) = 49.21%

R = 33.51%
G = 17.28%
B = 49.21%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40215E (or 0x40215E) is known color: Christalle. HEX triplet: 40, 21 and 5E. RGB value is (64,33,94). Sum of RGB (Red+Green+Blue) = 64+33+94=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #40215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40215E is #BFDEA1. Grayscale: #313131. Windows color (decimal): -12574370 or 6168896. OLE color: 6168896.

HSL color Cylindrical-coordinate representation of color #40215E: hue angle of 270.49º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40215E is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 33 94 -
CMYK 0.32 0.65 0 0.63
HSL 270.49º 0.48% 0.25% -
HSV(B) 270.49º 0.65% 0.37% -
XYZ 4.68 2.99 10.92 -
YUV 49.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 64 33 94 0.32 0.65 0 0.63 270.49 0.48 0.25
Hex 40 21 5E 20 41 0 3F 10E 30 19
Octal 100 41 136 40 101 0 77 416 60 31
Binary 1000000 100001 1011110 100000 1000001 0 111111 100001110 110000 11001

Color Harmonies of #40215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40215E

Black with #40215E

Text Example


Text Example

White with #40215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40215E; }

 p { color: rgb(64,33,94); }

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

background-color css

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

 a { background-color: rgb(64,33,94); }

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

border-color css

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

 span { border-color: rgb(64,33,94); }

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