Html Css Color HEX #431B5B Scarlet Gum

📋 copy color: '#431B5B'

red 67 ◦ green 27 ◦ blue 91

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

Shades of Scarlet Gum #431B5B

Tints of Scarlet Gum #431B5B

RGB

 RED value IS 67 (26.56% from 255) = 36.22%

 GREEN value IS 27 (10.94% from 255) = 14.59%

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

R = 36.22%
G = 14.59%
B = 49.19%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#431B5B (or 0x431B5B) is known color: Scarlet Gum. HEX triplet: 43, 1B and 5B. RGB value is (67,27,91). Sum of RGB (Red+Green+Blue) = 67+27+91=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #431B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431B5B is #BCE4A4. Grayscale: #2E2E2E. Windows color (decimal): -12379301 or 5970755. OLE color: 5970755.

HSL color Cylindrical-coordinate representation of color #431B5B: hue angle of 277.5º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431B5B is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 27 91 -
CMYK 0.26 0.70 0 0.64
HSL 277.5º 0.54% 0.23% -
HSV(B) 277.5º 0.7% 0.36% -
XYZ 4.59 2.73 10.18 -
YUV 46.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 67 27 91 0.26 0.70 0 0.64 277.5 0.54 0.23
Hex 43 1B 5B 1A 46 0 40 116 36 17
Octal 103 33 133 32 106 0 100 426 66 27
Binary 1000011 11011 1011011 11010 1000110 0 1000000 100010110 110110 10111

Color Harmonies of #431B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431B5B

Black with #431B5B

Text Example


Text Example

White with #431B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431B5B; }

 p { color: rgb(67,27,91); }

 H1.HeaderClassName
 {
   color: #431B5B;
 }
 .AnyTagClassName
 {
   color: #431B5B;
 }
</style>

background-color css

<style>
 a { background-color: #431B5B; }

 a { background-color: rgb(67,27,91); }

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

border-color css

<style>
 span { border-color: #431B5B; }

 span { border-color: rgb(67,27,91); }

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