Html Css Color HEX #40195B Christalle

📋 copy color: '#40195B'

red 64 ◦ green 25 ◦ blue 91

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

Shades of Christalle #40195B

Tints of Christalle #40195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 35.56%
G = 13.89%
B = 50.56%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40195B (or 0x40195B) is known color: Christalle. HEX triplet: 40, 19 and 5B. RGB value is (64,25,91). Sum of RGB (Red+Green+Blue) = 64+25+91=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #40195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40195B is #BFE6A4. Grayscale: #2B2B2B. Windows color (decimal): -12576421 or 5970240. OLE color: 5970240.

HSL color Cylindrical-coordinate representation of color #40195B: hue angle of 275.45º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40195B is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 25 91 -
CMYK 0.30 0.73 0 0.64
HSL 275.45º 0.57% 0.23% -
HSV(B) 275.45º 0.73% 0.36% -
XYZ 4.35 2.54 10.16 -
YUV 44.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 64 25 91 0.30 0.73 0 0.64 275.45 0.57 0.23
Hex 40 19 5B 1E 49 0 40 113 39 17
Octal 100 31 133 36 111 0 100 423 71 27
Binary 1000000 11001 1011011 11110 1001001 0 1000000 100010011 111001 10111

Color Harmonies of #40195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40195B

Black with #40195B

Text Example


Text Example

White with #40195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40195B; }

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

 H1.HeaderClassName
 {
   color: #40195B;
 }
 .AnyTagClassName
 {
   color: #40195B;
 }
</style>

background-color css

<style>
 a { background-color: #40195B; }

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

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

border-color css

<style>
 span { border-color: #40195B; }

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

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