Html Css Color HEX #482087 Windsor

📋 copy color: '#482087'

red 72 ◦ green 32 ◦ blue 135

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

Shades of Windsor #482087

Tints of Windsor #482087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.49%

R = 30.13%
G = 13.39%
B = 56.49%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#482087 (or 0x482087) is known color: Windsor. HEX triplet: 48, 20 and 87. RGB value is (72,32,135). Sum of RGB (Red+Green+Blue) = 72+32+135=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #482087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482087 is #B7DF78. Grayscale: #373737. Windows color (decimal): -12050297 or 8855624. OLE color: 8855624.

HSL color Cylindrical-coordinate representation of color #482087: hue angle of 263.3º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482087 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 32 135 -
CMYK 0.47 0.76 0 0.47
HSL 263.3º 0.62% 0.33% -
HSV(B) 263.3º 0.76% 0.53% -
XYZ 7.56 4.16 23.33 -
YUV 55.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 72 32 135 0.47 0.76 0 0.47 263.3 0.62 0.33
Hex 48 20 87 2F 4C 0 2F 107 3E 21
Octal 110 40 207 57 114 0 57 407 76 41
Binary 1001000 100000 10000111 101111 1001100 0 101111 100000111 111110 100001

Color Harmonies of #482087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482087

Black with #482087

Text Example


Text Example

White with #482087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482087; }

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

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

background-color css

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

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

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

border-color css

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

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

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