Html Css Color HEX #482980 Windsor

📋 copy color: '#482980'

red 72 ◦ green 41 ◦ blue 128

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

Shades of Windsor #482980

Tints of Windsor #482980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 29.88%
G = 17.01%
B = 53.11%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#482980 (or 0x482980) is known color: Windsor. HEX triplet: 48, 29 and 80. RGB value is (72,41,128). Sum of RGB (Red+Green+Blue) = 72+41+128=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #482980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482980 is #B7D67F. Grayscale: #3B3B3B. Windows color (decimal): -12048000 or 8399176. OLE color: 8399176.

HSL color Cylindrical-coordinate representation of color #482980: hue angle of 261.38º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482980 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 41 128 -
CMYK 0.44 0.68 0 0.50
HSL 261.38º 0.51% 0.33% -
HSV(B) 261.38º 0.68% 0.5% -
XYZ 7.36 4.52 20.91 -
YUV 60.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 72 41 128 0.44 0.68 0 0.50 261.38 0.51 0.33
Hex 48 29 80 2C 44 0 32 105 33 21
Octal 110 51 200 54 104 0 62 405 63 41
Binary 1001000 101001 10000000 101100 1000100 0 110010 100000101 110011 100001

Color Harmonies of #482980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482980

Black with #482980

Text Example


Text Example

White with #482980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482980; }

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

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

background-color css

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

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

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

border-color css

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

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

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