Html Css Color HEX #431A58 Scarlet Gum

📋 copy color: '#431A58'

red 67 ◦ green 26 ◦ blue 88

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

Shades of Scarlet Gum #431A58

Tints of Scarlet Gum #431A58

RGB

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

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

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

R = 37.02%
G = 14.36%
B = 48.62%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#431A58 (or 0x431A58) is known color: Scarlet Gum. HEX triplet: 43, 1A and 58. RGB value is (67,26,88). Sum of RGB (Red+Green+Blue) = 67+26+88=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #431A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A58 is #BCE5A7. Grayscale: #2D2D2D. Windows color (decimal): -12379560 or 5773891. OLE color: 5773891.

HSL color Cylindrical-coordinate representation of color #431A58: hue angle of 279.68º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431A58 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 26 88 -
CMYK 0.24 0.70 0 0.65
HSL 279.68º 0.54% 0.22% -
HSV(B) 279.68º 0.7% 0.35% -
XYZ 4.45 2.64 9.51 -
YUV 45.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 67 26 88 0.24 0.70 0 0.65 279.68 0.54 0.22
Hex 43 1A 58 18 46 0 41 118 36 16
Octal 103 32 130 30 106 0 101 430 66 26
Binary 1000011 11010 1011000 11000 1000110 0 1000001 100011000 110110 10110

Color Harmonies of #431A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A58

Black with #431A58

Text Example


Text Example

White with #431A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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