Html Css Color HEX #482089 Windsor

📋 copy color: '#482089'

red 72 ◦ green 32 ◦ blue 137

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

Shades of Windsor #482089

Tints of Windsor #482089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.85%

R = 29.88%
G = 13.28%
B = 56.85%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#482089 (or 0x482089) is known color: Windsor. HEX triplet: 48, 20 and 89. RGB value is (72,32,137). Sum of RGB (Red+Green+Blue) = 72+32+137=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #482089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482089 is #B7DF76. Grayscale: #373737. Windows color (decimal): -12050295 or 8986696. OLE color: 8986696.

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

Color convert

RGB 72 32 137 -
CMYK 0.47 0.77 0 0.46
HSL 262.86º 0.62% 0.33% -
HSV(B) 262.86º 0.77% 0.54% -
XYZ 7.7 4.22 24.07 -
YUV 55.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 72 32 137 0.47 0.77 0 0.46 262.86 0.62 0.33
Hex 48 20 89 2F 4D 0 2E 107 3E 21
Octal 110 40 211 57 115 0 56 407 76 41
Binary 1001000 100000 10001001 101111 1001101 0 101110 100000111 111110 100001

Color Harmonies of #482089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482089

Black with #482089

Text Example


Text Example

White with #482089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482089; }

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

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

background-color css

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

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

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

border-color css

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

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

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