Html Css Color HEX #481766 Scarlet Gum

📋 copy color: '#481766'

red 72 ◦ green 23 ◦ blue 102

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

Shades of Scarlet Gum #481766

Tints of Scarlet Gum #481766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.68%

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 36.55%
G = 11.68%
B = 51.78%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#481766 (or 0x481766) is known color: Scarlet Gum. HEX triplet: 48, 17 and 66. RGB value is (72,23,102). Sum of RGB (Red+Green+Blue) = 72+23+102=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #481766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481766 is #B7E899. Grayscale: #2E2E2E. Windows color (decimal): -12052634 or 6690632. OLE color: 6690632.

HSL color Cylindrical-coordinate representation of color #481766: hue angle of 277.22º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481766 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 23 102 -
CMYK 0.29 0.77 0 0.6
HSL 277.22º 0.63% 0.25% -
HSV(B) 277.22º 0.77% 0.4% -
XYZ 5.38 2.95 12.86 -
YUV 46.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 72 23 102 0.29 0.77 0 0.6 277.22 0.63 0.25
Hex 48 17 66 1D 4D 0 3C 115 3F 19
Octal 110 27 146 35 115 0 74 425 77 31
Binary 1001000 10111 1100110 11101 1001101 0 111100 100010101 111111 11001

Color Harmonies of #481766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481766

Black with #481766

Text Example


Text Example

White with #481766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481766; }

 p { color: rgb(72,23,102); }

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

background-color css

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

 a { background-color: rgb(72,23,102); }

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

border-color css

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

 span { border-color: rgb(72,23,102); }

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