Html Css Color HEX #483180 Windsor

📋 copy color: '#483180'

red 72 ◦ green 49 ◦ blue 128

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

Shades of Windsor #483180

Tints of Windsor #483180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

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

R = 28.92%
G = 19.68%
B = 51.41%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#483180 (or 0x483180) is known color: Windsor. HEX triplet: 48, 31 and 80. RGB value is (72,49,128). Sum of RGB (Red+Green+Blue) = 72+49+128=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #483180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483180 is #B7CE7F. Grayscale: #404040. Windows color (decimal): -12045952 or 8401224. OLE color: 8401224.

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

Color convert

RGB 72 49 128 -
CMYK 0.44 0.62 0 0.50
HSL 257.47º 0.45% 0.35% -
HSV(B) 257.47º 0.62% 0.5% -
XYZ 7.67 5.13 21.01 -
YUV 64.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 72 49 128 0.44 0.62 0 0.50 257.47 0.45 0.35
Hex 48 31 80 2C 3E 0 32 101 2D 23
Octal 110 61 200 54 76 0 62 401 55 43
Binary 1001000 110001 10000000 101100 111110 0 110010 100000001 101101 100011

Color Harmonies of #483180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483180

Black with #483180

Text Example


Text Example

White with #483180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483180; }

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

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

background-color css

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

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

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

border-color css

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

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

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