Html Css Color HEX #483280 Windsor

📋 copy color: '#483280'

red 72 ◦ green 50 ◦ blue 128

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

Shades of Windsor #483280

Tints of Windsor #483280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 28.8%
G = 20%
B = 51.2%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#483280 (or 0x483280) is known color: Windsor. HEX triplet: 48, 32 and 80. RGB value is (72,50,128). Sum of RGB (Red+Green+Blue) = 72+50+128=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #483280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483280 is #B7CD7F. Grayscale: #414141. Windows color (decimal): -12045696 or 8401480. OLE color: 8401480.

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

Color convert

RGB 72 50 128 -
CMYK 0.44 0.61 0 0.50
HSL 256.92º 0.44% 0.35% -
HSV(B) 256.92º 0.61% 0.5% -
XYZ 7.71 5.22 21.02 -
YUV 65.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 72 50 128 0.44 0.61 0 0.50 256.92 0.44 0.35
Hex 48 32 80 2C 3D 0 32 101 2C 23
Octal 110 62 200 54 75 0 62 401 54 43
Binary 1001000 110010 10000000 101100 111101 0 110010 100000001 101100 100011

Color Harmonies of #483280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483280

Black with #483280

Text Example


Text Example

White with #483280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483280; }

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

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

background-color css

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

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

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

border-color css

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

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

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