Html Css Color HEX #40095E Christalle

📋 copy color: '#40095E'

red 64 ◦ green 9 ◦ blue 94

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

Shades of Christalle #40095E

Tints of Christalle #40095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.39%

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

R = 38.32%
G = 5.39%
B = 56.29%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40095E (or 0x40095E) is known color: Christalle. HEX triplet: 40, 09 and 5E. RGB value is (64,9,94). Sum of RGB (Red+Green+Blue) = 64+9+94=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #40095E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40095E is #BFF6A1. Grayscale: #222222. Windows color (decimal): -12580514 or 6162752. OLE color: 6162752.

HSL color Cylindrical-coordinate representation of color #40095E: hue angle of 278.82º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40095E is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 9 94 -
CMYK 0.32 0.90 0 0.63
HSL 278.82º 0.83% 0.2% -
HSV(B) 278.82º 0.9% 0.37% -
XYZ 4.23 2.09 10.77 -
YUV 35.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 64 9 94 0.32 0.90 0 0.63 278.82 0.83 0.2
Hex 40 9 5E 20 5A 0 3F 117 53 14
Octal 100 11 136 40 132 0 77 427 123 24
Binary 1000000 1001 1011110 100000 1011010 0 111111 100010111 1010011 10100

Color Harmonies of #40095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40095E

Black with #40095E

Text Example


Text Example

White with #40095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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