Html Css Color HEX #482085 Windsor

📋 copy color: '#482085'

red 72 ◦ green 32 ◦ blue 133

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

Shades of Windsor #482085

Tints of Windsor #482085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.12%

R = 30.38%
G = 13.5%
B = 56.12%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#482085 (or 0x482085) is known color: Windsor. HEX triplet: 48, 20 and 85. RGB value is (72,32,133). Sum of RGB (Red+Green+Blue) = 72+32+133=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #482085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482085 is #B7DF7A. Grayscale: #373737. Windows color (decimal): -12050299 or 8724552. OLE color: 8724552.

HSL color Cylindrical-coordinate representation of color #482085: hue angle of 263.76º 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 #482085 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 32 133 -
CMYK 0.46 0.76 0 0.48
HSL 263.76º 0.61% 0.32% -
HSV(B) 263.76º 0.76% 0.52% -
XYZ 7.42 4.1 22.59 -
YUV 55.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 72 32 133 0.46 0.76 0 0.48 263.76 0.61 0.32
Hex 48 20 85 2E 4C 0 30 108 3D 20
Octal 110 40 205 56 114 0 60 410 75 40
Binary 1001000 100000 10000101 101110 1001100 0 110000 100001000 111101 100000

Color Harmonies of #482085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482085

Black with #482085

Text Example


Text Example

White with #482085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482085; }

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

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

background-color css

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

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

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

border-color css

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

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

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