Html Css Color HEX #482987 Windsor

📋 copy color: '#482987'

red 72 ◦ green 41 ◦ blue 135

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

Shades of Windsor #482987

Tints of Windsor #482987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.53%

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

R = 29.03%
G = 16.53%
B = 54.44%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#482987 (or 0x482987) is known color: Windsor. HEX triplet: 48, 29 and 87. RGB value is (72,41,135). Sum of RGB (Red+Green+Blue) = 72+41+135=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #482987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482987 is #B7D678. Grayscale: #3C3C3C. Windows color (decimal): -12047993 or 8857928. OLE color: 8857928.

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

Color convert

RGB 72 41 135 -
CMYK 0.47 0.70 0 0.47
HSL 259.79º 0.53% 0.35% -
HSV(B) 259.79º 0.7% 0.53% -
XYZ 7.84 4.71 23.42 -
YUV 60.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 72 41 135 0.47 0.70 0 0.47 259.79 0.53 0.35
Hex 48 29 87 2F 46 0 2F 104 35 23
Octal 110 51 207 57 106 0 57 404 65 43
Binary 1001000 101001 10000111 101111 1000110 0 101111 100000100 110101 100011

Color Harmonies of #482987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482987

Black with #482987

Text Example


Text Example

White with #482987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482987; }

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

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

background-color css

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

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

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

border-color css

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

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

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