Html Css Color HEX #431A5D Scarlet Gum

📋 copy color: '#431A5D'

red 67 ◦ green 26 ◦ blue 93

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

Shades of Scarlet Gum #431A5D

Tints of Scarlet Gum #431A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.98%

 BLUE value IS 93 (36.72% from 255) = 50%

R = 36.02%
G = 13.98%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#431A5D (or 0x431A5D) is known color: Scarlet Gum. HEX triplet: 43, 1A and 5D. RGB value is (67,26,93). Sum of RGB (Red+Green+Blue) = 67+26+93=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #431A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A5D is #BCE5A2. Grayscale: #2D2D2D. Windows color (decimal): -12379555 or 6101571. OLE color: 6101571.

HSL color Cylindrical-coordinate representation of color #431A5D: hue angle of 276.72º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431A5D is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 26 93 -
CMYK 0.28 0.72 0 0.64
HSL 276.72º 0.56% 0.23% -
HSV(B) 276.72º 0.72% 0.36% -
XYZ 4.66 2.72 10.64 -
YUV 45.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 67 26 93 0.28 0.72 0 0.64 276.72 0.56 0.23
Hex 43 1A 5D 1C 48 0 40 115 38 17
Octal 103 32 135 34 110 0 100 425 70 27
Binary 1000011 11010 1011101 11100 1001000 0 1000000 100010101 111000 10111

Color Harmonies of #431A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A5D

Black with #431A5D

Text Example


Text Example

White with #431A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,26,93); }

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

background-color css

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

 a { background-color: rgb(67,26,93); }

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

border-color css

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

 span { border-color: rgb(67,26,93); }

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