Html Css Color HEX #40085B Christalle

📋 copy color: '#40085B'

red 64 ◦ green 8 ◦ blue 91

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

Shades of Christalle #40085B

Tints of Christalle #40085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.91%

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

R = 39.26%
G = 4.91%
B = 55.83%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40085B (or 0x40085B) is known color: Christalle. HEX triplet: 40, 08 and 5B. RGB value is (64,8,91). Sum of RGB (Red+Green+Blue) = 64+8+91=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #40085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40085B is #BFF7A4. Grayscale: #212121. Windows color (decimal): -12580773 or 5965888. OLE color: 5965888.

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

Color convert

RGB 64 8 91 -
CMYK 0.30 0.91 0 0.64
HSL 280.48º 0.84% 0.19% -
HSV(B) 280.48º 0.91% 0.36% -
XYZ 4.09 2.02 10.07 -
YUV 34.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 64 8 91 0.30 0.91 0 0.64 280.48 0.84 0.19
Hex 40 8 5B 1E 5B 0 40 118 54 13
Octal 100 10 133 36 133 0 100 430 124 23
Binary 1000000 1000 1011011 11110 1011011 0 1000000 100011000 1010100 10011

Color Harmonies of #40085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40085B

Black with #40085B

Text Example


Text Example

White with #40085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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