Html Css Color HEX #482881 Windsor

📋 copy color: '#482881'

red 72 ◦ green 40 ◦ blue 129

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

Shades of Windsor #482881

Tints of Windsor #482881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.6%

 BLUE value IS 129 (50.78% from 255) = 53.53%

R = 29.88%
G = 16.6%
B = 53.53%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#482881 (or 0x482881) is known color: Windsor. HEX triplet: 48, 28 and 81. RGB value is (72,40,129). Sum of RGB (Red+Green+Blue) = 72+40+129=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #482881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482881 is #B7D77E. Grayscale: #3B3B3B. Windows color (decimal): -12048255 or 8464456. OLE color: 8464456.

HSL color Cylindrical-coordinate representation of color #482881: hue angle of 261.57º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482881 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 40 129 -
CMYK 0.44 0.69 0 0.49
HSL 261.57º 0.53% 0.33% -
HSV(B) 261.57º 0.69% 0.51% -
XYZ 7.39 4.48 21.24 -
YUV 59.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 72 40 129 0.44 0.69 0 0.49 261.57 0.53 0.33
Hex 48 28 81 2C 45 0 31 106 35 21
Octal 110 50 201 54 105 0 61 406 65 41
Binary 1001000 101000 10000001 101100 1000101 0 110001 100000110 110101 100001

Color Harmonies of #482881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482881

Black with #482881

Text Example


Text Example

White with #482881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482881; }

 p { color: rgb(72,40,129); }

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

background-color css

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

 a { background-color: rgb(72,40,129); }

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

border-color css

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

 span { border-color: rgb(72,40,129); }

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