Html Css Color HEX #482358 Scarlet Gum

📋 copy color: '#482358'

red 72 ◦ green 35 ◦ blue 88

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

Shades of Scarlet Gum #482358

Tints of Scarlet Gum #482358

RGB

 RED value IS 72 (28.52% from 255) = 36.92%

 GREEN value IS 35 (14.06% from 255) = 17.95%

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

R = 36.92%
G = 17.95%
B = 45.13%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482358 (or 0x482358) is known color: Scarlet Gum. HEX triplet: 48, 23 and 58. RGB value is (72,35,88). Sum of RGB (Red+Green+Blue) = 72+35+88=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #482358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482358 is #B7DCA7. Grayscale: #333333. Windows color (decimal): -12049576 or 5776200. OLE color: 5776200.

HSL color Cylindrical-coordinate representation of color #482358: hue angle of 281.89º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482358 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 35 88 -
CMYK 0.18 0.60 0 0.65
HSL 281.89º 0.43% 0.24% -
HSV(B) 281.89º 0.6% 0.35% -
XYZ 5.03 3.28 9.6 -
YUV 52.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 72 35 88 0.18 0.60 0 0.65 281.89 0.43 0.24
Hex 48 23 58 12 3C 0 41 11A 2B 18
Octal 110 43 130 22 74 0 101 432 53 30
Binary 1001000 100011 1011000 10010 111100 0 1000001 100011010 101011 11000

Color Harmonies of #482358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482358

Black with #482358

Text Example


Text Example

White with #482358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482358; }

 p { color: rgb(72,35,88); }

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

background-color css

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

 a { background-color: rgb(72,35,88); }

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

border-color css

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

 span { border-color: rgb(72,35,88); }

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