Html Css Color HEX #482082 Windsor

📋 copy color: '#482082'

red 72 ◦ green 32 ◦ blue 130

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

Shades of Windsor #482082

Tints of Windsor #482082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.56%

R = 30.77%
G = 13.68%
B = 55.56%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#482082 (or 0x482082) is known color: Windsor. HEX triplet: 48, 20 and 82. RGB value is (72,32,130). Sum of RGB (Red+Green+Blue) = 72+32+130=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #482082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482082 is #B7DF7D. Grayscale: #363636. Windows color (decimal): -12050302 or 8527944. OLE color: 8527944.

HSL color Cylindrical-coordinate representation of color #482082: hue angle of 264.49º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482082 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 32 130 -
CMYK 0.45 0.75 0 0.49
HSL 264.49º 0.6% 0.32% -
HSV(B) 264.49º 0.75% 0.51% -
XYZ 7.22 4.02 21.52 -
YUV 55.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 72 32 130 0.45 0.75 0 0.49 264.49 0.6 0.32
Hex 48 20 82 2D 4B 0 31 108 3C 20
Octal 110 40 202 55 113 0 61 410 74 40
Binary 1001000 100000 10000010 101101 1001011 0 110001 100001000 111100 100000

Color Harmonies of #482082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482082

Black with #482082

Text Example


Text Example

White with #482082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482082; }

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

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

background-color css

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

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

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

border-color css

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

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

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