Html Css Color HEX #461F58 Scarlet Gum

📋 copy color: '#461F58'

red 70 ◦ green 31 ◦ blue 88

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

Shades of Scarlet Gum #461F58

Tints of Scarlet Gum #461F58

RGB

 RED value IS 70 (27.73% from 255) = 37.04%

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

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

R = 37.04%
G = 16.4%
B = 46.56%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#461F58 (or 0x461F58) is known color: Scarlet Gum. HEX triplet: 46, 1F and 58. RGB value is (70,31,88). Sum of RGB (Red+Green+Blue) = 70+31+88=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #461F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F58 is #B9E0A7. Grayscale: #303030. Windows color (decimal): -12181672 or 5775174. OLE color: 5775174.

HSL color Cylindrical-coordinate representation of color #461F58: hue angle of 281.05º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #461F58 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 31 88 -
CMYK 0.20 0.65 0 0.65
HSL 281.05º 0.48% 0.23% -
HSV(B) 281.05º 0.65% 0.35% -
XYZ 4.78 2.99 9.56 -
YUV 49.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 70 31 88 0.20 0.65 0 0.65 281.05 0.48 0.23
Hex 46 1F 58 14 41 0 41 119 30 17
Octal 106 37 130 24 101 0 101 431 60 27
Binary 1000110 11111 1011000 10100 1000001 0 1000001 100011001 110000 10111

Color Harmonies of #461F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F58

Black with #461F58

Text Example


Text Example

White with #461F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461F58; }

 p { color: rgb(70,31,88); }

 H1.HeaderClassName
 {
   color: #461F58;
 }
 .AnyTagClassName
 {
   color: #461F58;
 }
</style>

background-color css

<style>
 a { background-color: #461F58; }

 a { background-color: rgb(70,31,88); }

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

border-color css

<style>
 span { border-color: #461F58; }

 span { border-color: rgb(70,31,88); }

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