Html Css Color HEX #482084 Windsor

📋 copy color: '#482084'

red 72 ◦ green 32 ◦ blue 132

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

Shades of Windsor #482084

Tints of Windsor #482084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

 BLUE value IS 132 (51.95% from 255) = 55.93%

R = 30.51%
G = 13.56%
B = 55.93%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#482084 (or 0x482084) is known color: Windsor. HEX triplet: 48, 20 and 84. RGB value is (72,32,132). Sum of RGB (Red+Green+Blue) = 72+32+132=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #482084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482084 is #B7DF7B. Grayscale: #373737. Windows color (decimal): -12050300 or 8659016. OLE color: 8659016.

HSL color Cylindrical-coordinate representation of color #482084: hue angle of 264º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482084 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 32 132 -
CMYK 0.45 0.76 0 0.48
HSL 264º 0.61% 0.32% -
HSV(B) 264º 0.76% 0.52% -
XYZ 7.35 4.08 22.23 -
YUV 55.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 72 32 132 0.45 0.76 0 0.48 264 0.61 0.32
Hex 48 20 84 2D 4C 0 30 108 3D 20
Octal 110 40 204 55 114 0 60 410 75 40
Binary 1001000 100000 10000100 101101 1001100 0 110000 100001000 111101 100000

Color Harmonies of #482084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482084

Black with #482084

Text Example


Text Example

White with #482084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482084; }

 p { color: rgb(72,32,132); }

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

background-color css

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

 a { background-color: rgb(72,32,132); }

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

border-color css

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

 span { border-color: rgb(72,32,132); }

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