Html Css Color HEX #40095C Christalle

📋 copy color: '#40095C'

red 64 ◦ green 9 ◦ blue 92

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

Shades of Christalle #40095C

Tints of Christalle #40095C

RGB

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

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

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

R = 38.79%
G = 5.45%
B = 55.76%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40095C (or 0x40095C) is known color: Christalle. HEX triplet: 40, 09 and 5C. RGB value is (64,9,92). Sum of RGB (Red+Green+Blue) = 64+9+92=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #40095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40095C is #BFF6A3. Grayscale: #222222. Windows color (decimal): -12580516 or 6031680. OLE color: 6031680.

HSL color Cylindrical-coordinate representation of color #40095C: hue angle of 279.76º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40095C is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 9 92 -
CMYK 0.30 0.90 0 0.64
HSL 279.76º 0.82% 0.2% -
HSV(B) 279.76º 0.9% 0.36% -
XYZ 4.14 2.06 10.3 -
YUV 34.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 64 9 92 0.30 0.90 0 0.64 279.76 0.82 0.2
Hex 40 9 5C 1E 5A 0 40 118 52 14
Octal 100 11 134 36 132 0 100 430 122 24
Binary 1000000 1001 1011100 11110 1011010 0 1000000 100011000 1010010 10100

Color Harmonies of #40095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40095C

Black with #40095C

Text Example


Text Example

White with #40095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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