Html Css Color HEX #40196F Christalle

📋 copy color: '#40196F'

red 64 ◦ green 25 ◦ blue 111

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

Shades of Christalle #40196F

Tints of Christalle #40196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.5%

R = 32%
G = 12.5%
B = 55.5%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40196F (or 0x40196F) is known color: Christalle. HEX triplet: 40, 19 and 6F. RGB value is (64,25,111). Sum of RGB (Red+Green+Blue) = 64+25+111=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #40196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40196F is #BFE690. Grayscale: #2E2E2E. Windows color (decimal): -12576401 or 7280960. OLE color: 7280960.

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

Color convert

RGB 64 25 111 -
CMYK 0.42 0.77 0 0.56
HSL 267.21º 0.63% 0.27% -
HSV(B) 267.21º 0.77% 0.44% -
XYZ 5.33 2.93 15.32 -
YUV 46.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 64 25 111 0.42 0.77 0 0.56 267.21 0.63 0.27
Hex 40 19 6F 2A 4D 0 38 10B 3F 1B
Octal 100 31 157 52 115 0 70 413 77 33
Binary 1000000 11001 1101111 101010 1001101 0 111000 100001011 111111 11011

Color Harmonies of #40196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40196F

Black with #40196F

Text Example


Text Example

White with #40196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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