Html Css Color HEX #483171 Windsor

📋 copy color: '#483171'

red 72 ◦ green 49 ◦ blue 113

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

Shades of Windsor #483171

Tints of Windsor #483171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 30.77%
G = 20.94%
B = 48.29%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#483171 (or 0x483171) is known color: Windsor. HEX triplet: 48, 31 and 71. RGB value is (72,49,113). Sum of RGB (Red+Green+Blue) = 72+49+113=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #483171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483171 is #B7CE8E. Grayscale: #3E3E3E. Windows color (decimal): -12045967 or 7418184. OLE color: 7418184.

HSL color Cylindrical-coordinate representation of color #483171: hue angle of 261.56º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #483171 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 49 113 -
CMYK 0.36 0.57 0 0.56
HSL 261.56º 0.4% 0.32% -
HSV(B) 261.56º 0.57% 0.44% -
XYZ 6.75 4.77 16.19 -
YUV 63.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 72 49 113 0.36 0.57 0 0.56 261.56 0.4 0.32
Hex 48 31 71 24 39 0 38 106 28 20
Octal 110 61 161 44 71 0 70 406 50 40
Binary 1001000 110001 1110001 100100 111001 0 111000 100000110 101000 100000

Color Harmonies of #483171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483171

Black with #483171

Text Example


Text Example

White with #483171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483171; }

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

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

background-color css

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

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

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

border-color css

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

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

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