Html Css Color HEX #40176E Christalle

📋 copy color: '#40176E'

red 64 ◦ green 23 ◦ blue 110

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

Shades of Christalle #40176E

Tints of Christalle #40176E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.68%

 BLUE value IS 110 (43.36% from 255) = 55.84%

R = 32.49%
G = 11.68%
B = 55.84%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40176E (or 0x40176E) is known color: Christalle. HEX triplet: 40, 17 and 6E. RGB value is (64,23,110). Sum of RGB (Red+Green+Blue) = 64+23+110=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #40176E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40176E is #BFE891. Grayscale: #2C2C2C. Windows color (decimal): -12576914 or 7214912. OLE color: 7214912.

HSL color Cylindrical-coordinate representation of color #40176E: hue angle of 268.28º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40176E is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 23 110 -
CMYK 0.42 0.79 0 0.57
HSL 268.28º 0.65% 0.26% -
HSV(B) 268.28º 0.79% 0.43% -
XYZ 5.24 2.83 15.02 -
YUV 45.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 64 23 110 0.42 0.79 0 0.57 268.28 0.65 0.26
Hex 40 17 6E 2A 4F 0 39 10C 41 1A
Octal 100 27 156 52 117 0 71 414 101 32
Binary 1000000 10111 1101110 101010 1001111 0 111001 100001100 1000001 11010

Color Harmonies of #40176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40176E

Black with #40176E

Text Example


Text Example

White with #40176E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,23,110); }

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

background-color css

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

 a { background-color: rgb(64,23,110); }

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

border-color css

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

 span { border-color: rgb(64,23,110); }

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