Html Css Color HEX #431F5E Scarlet Gum

📋 copy color: '#431F5E'

red 67 ◦ green 31 ◦ blue 94

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

Shades of Scarlet Gum #431F5E

Tints of Scarlet Gum #431F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.15%

 BLUE value IS 94 (37.11% from 255) = 48.96%

R = 34.9%
G = 16.15%
B = 48.96%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#431F5E (or 0x431F5E) is known color: Scarlet Gum. HEX triplet: 43, 1F and 5E. RGB value is (67,31,94). Sum of RGB (Red+Green+Blue) = 67+31+94=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #431F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F5E is #BCE0A1. Grayscale: #303030. Windows color (decimal): -12378274 or 6168387. OLE color: 6168387.

HSL color Cylindrical-coordinate representation of color #431F5E: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #431F5E is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 31 94 -
CMYK 0.29 0.67 0 0.63
HSL 274.29º 0.5% 0.25% -
HSV(B) 274.29º 0.67% 0.37% -
XYZ 4.83 2.98 10.91 -
YUV 48.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 67 31 94 0.29 0.67 0 0.63 274.29 0.5 0.25
Hex 43 1F 5E 1D 43 0 3F 112 32 19
Octal 103 37 136 35 103 0 77 422 62 31
Binary 1000011 11111 1011110 11101 1000011 0 111111 100010010 110010 11001

Color Harmonies of #431F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F5E

Black with #431F5E

Text Example


Text Example

White with #431F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,31,94); }

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

background-color css

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

 a { background-color: rgb(67,31,94); }

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

border-color css

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

 span { border-color: rgb(67,31,94); }

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