Html Css Color HEX #482380 Windsor

📋 copy color: '#482380'

red 72 ◦ green 35 ◦ blue 128

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

Shades of Windsor #482380

Tints of Windsor #482380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 30.64%
G = 14.89%
B = 54.47%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#482380 (or 0x482380) is known color: Windsor. HEX triplet: 48, 23 and 80. RGB value is (72,35,128). Sum of RGB (Red+Green+Blue) = 72+35+128=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #482380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482380 is #B7DC7F. Grayscale: #383838. Windows color (decimal): -12049536 or 8397640. OLE color: 8397640.

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

Color convert

RGB 72 35 128 -
CMYK 0.44 0.73 0 0.50
HSL 263.87º 0.57% 0.32% -
HSV(B) 263.87º 0.73% 0.5% -
XYZ 7.17 4.14 20.84 -
YUV 56.67 168.26 138.94 -
System Red Green Blue C M Y K H S L
Decimal 72 35 128 0.44 0.73 0 0.50 263.87 0.57 0.32
Hex 48 23 80 2C 49 0 32 108 39 20
Octal 110 43 200 54 111 0 62 410 71 40
Binary 1001000 100011 10000000 101100 1001001 0 110010 100001000 111001 100000

Color Harmonies of #482380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482380

Black with #482380

Text Example


Text Example

White with #482380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482380; }

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

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

background-color css

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

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

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

border-color css

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

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

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