Html Css Color HEX #482587 Windsor

📋 copy color: '#482587'

red 72 ◦ green 37 ◦ blue 135

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

Shades of Windsor #482587

Tints of Windsor #482587

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.16%

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

R = 29.51%
G = 15.16%
B = 55.33%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#482587 (or 0x482587) is known color: Windsor. HEX triplet: 48, 25 and 87. RGB value is (72,37,135). Sum of RGB (Red+Green+Blue) = 72+37+135=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #482587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482587 is #B7DA78. Grayscale: #3A3A3A. Windows color (decimal): -12049017 or 8856904. OLE color: 8856904.

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

Color convert

RGB 72 37 135 -
CMYK 0.47 0.73 0 0.47
HSL 261.43º 0.57% 0.34% -
HSV(B) 261.43º 0.73% 0.53% -
XYZ 7.71 4.45 23.37 -
YUV 58.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 72 37 135 0.47 0.73 0 0.47 261.43 0.57 0.34
Hex 48 25 87 2F 49 0 2F 105 39 22
Octal 110 45 207 57 111 0 57 405 71 42
Binary 1001000 100101 10000111 101111 1001001 0 101111 100000101 111001 100010

Color Harmonies of #482587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482587

Black with #482587

Text Example


Text Example

White with #482587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482587; }

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

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

background-color css

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

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

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

border-color css

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

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

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