Html Css Color HEX #400B58 Scarlet Gum

📋 copy color: '#400B58'

red 64 ◦ green 11 ◦ blue 88

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

Shades of Scarlet Gum #400B58

Tints of Scarlet Gum #400B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.75%

 BLUE value IS 88 (34.77% from 255) = 53.99%

R = 39.26%
G = 6.75%
B = 53.99%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400B58 (or 0x400B58) is known color: Scarlet Gum. HEX triplet: 40, 0B and 58. RGB value is (64,11,88). Sum of RGB (Red+Green+Blue) = 64+11+88=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #400B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B58 is #BFF4A7. Grayscale: #232323. Windows color (decimal): -12580008 or 5770048. OLE color: 5770048.

HSL color Cylindrical-coordinate representation of color #400B58: hue angle of 281.3º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400B58 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 11 88 -
CMYK 0.27 0.88 0 0.65
HSL 281.3º 0.78% 0.19% -
HSV(B) 281.3º 0.88% 0.35% -
XYZ 4 2.03 9.41 -
YUV 35.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 64 11 88 0.27 0.88 0 0.65 281.3 0.78 0.19
Hex 40 B 58 1B 58 0 41 119 4E 13
Octal 100 13 130 33 130 0 101 431 116 23
Binary 1000000 1011 1011000 11011 1011000 0 1000001 100011001 1001110 10011

Color Harmonies of #400B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B58

Black with #400B58

Text Example


Text Example

White with #400B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400B58; }

 p { color: rgb(64,11,88); }

 H1.HeaderClassName
 {
   color: #400B58;
 }
 .AnyTagClassName
 {
   color: #400B58;
 }
</style>

background-color css

<style>
 a { background-color: #400B58; }

 a { background-color: rgb(64,11,88); }

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

border-color css

<style>
 span { border-color: #400B58; }

 span { border-color: rgb(64,11,88); }

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