Html Css Color HEX #483181 Windsor

📋 copy color: '#483181'

red 72 ◦ green 49 ◦ blue 129

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

Shades of Windsor #483181

Tints of Windsor #483181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

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

R = 28.8%
G = 19.6%
B = 51.6%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#483181 (or 0x483181) is known color: Windsor. HEX triplet: 48, 31 and 81. RGB value is (72,49,129). Sum of RGB (Red+Green+Blue) = 72+49+129=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #483181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483181 is #B7CE7E. Grayscale: #404040. Windows color (decimal): -12045951 or 8466760. OLE color: 8466760.

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

Color convert

RGB 72 49 129 -
CMYK 0.44 0.62 0 0.49
HSL 257.25º 0.45% 0.35% -
HSV(B) 257.25º 0.62% 0.51% -
XYZ 7.73 5.16 21.36 -
YUV 65 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 72 49 129 0.44 0.62 0 0.49 257.25 0.45 0.35
Hex 48 31 81 2C 3E 0 31 101 2D 23
Octal 110 61 201 54 76 0 61 401 55 43
Binary 1001000 110001 10000001 101100 111110 0 110001 100000001 101101 100011

Color Harmonies of #483181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483181

Black with #483181

Text Example


Text Example

White with #483181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483181; }

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

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

background-color css

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

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

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

border-color css

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

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

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