Html Css Color HEX #40196E Christalle

📋 copy color: '#40196E'

red 64 ◦ green 25 ◦ blue 110

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

Shades of Christalle #40196E

Tints of Christalle #40196E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

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

R = 32.16%
G = 12.56%
B = 55.28%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40196E (or 0x40196E) is known color: Christalle. HEX triplet: 40, 19 and 6E. RGB value is (64,25,110). Sum of RGB (Red+Green+Blue) = 64+25+110=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #40196E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40196E is #BFE691. Grayscale: #2E2E2E. Windows color (decimal): -12576402 or 7215424. OLE color: 7215424.

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

Color convert

RGB 64 25 110 -
CMYK 0.42 0.77 0 0.57
HSL 267.53º 0.63% 0.26% -
HSV(B) 267.53º 0.77% 0.43% -
XYZ 5.28 2.91 15.04 -
YUV 46.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 64 25 110 0.42 0.77 0 0.57 267.53 0.63 0.26
Hex 40 19 6E 2A 4D 0 39 10C 3F 1A
Octal 100 31 156 52 115 0 71 414 77 32
Binary 1000000 11001 1101110 101010 1001101 0 111001 100001100 111111 11010

Color Harmonies of #40196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40196E

Black with #40196E

Text Example


Text Example

White with #40196E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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