Html Css Color HEX #481980 Windsor

📋 copy color: '#481980'

red 72 ◦ green 25 ◦ blue 128

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

Shades of Windsor #481980

Tints of Windsor #481980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

 BLUE value IS 128 (50.39% from 255) = 56.89%

R = 32%
G = 11.11%
B = 56.89%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#481980 (or 0x481980) is known color: Windsor. HEX triplet: 48, 19 and 80. RGB value is (72,25,128). Sum of RGB (Red+Green+Blue) = 72+25+128=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #481980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481980 is #B7E67F. Grayscale: #323232. Windows color (decimal): -12052096 or 8395080. OLE color: 8395080.

HSL color Cylindrical-coordinate representation of color #481980: hue angle of 267.38º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481980 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 25 128 -
CMYK 0.44 0.80 0 0.50
HSL 267.38º 0.67% 0.3% -
HSV(B) 267.38º 0.8% 0.5% -
XYZ 6.92 3.63 20.76 -
YUV 50.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 72 25 128 0.44 0.80 0 0.50 267.38 0.67 0.3
Hex 48 19 80 2C 50 0 32 10B 43 1E
Octal 110 31 200 54 120 0 62 413 103 36
Binary 1001000 11001 10000000 101100 1010000 0 110010 100001011 1000011 11110

Color Harmonies of #481980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481980

Black with #481980

Text Example


Text Example

White with #481980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481980; }

 p { color: rgb(72,25,128); }

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

background-color css

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

 a { background-color: rgb(72,25,128); }

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

border-color css

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

 span { border-color: rgb(72,25,128); }

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