Html Css Color HEX #482279 Windsor

📋 copy color: '#482279'

red 72 ◦ green 34 ◦ blue 121

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

Shades of Windsor #482279

Tints of Windsor #482279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.98%

 BLUE value IS 121 (47.66% from 255) = 53.3%

R = 31.72%
G = 14.98%
B = 53.3%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482279 (or 0x482279) is known color: Windsor. HEX triplet: 48, 22 and 79. RGB value is (72,34,121). Sum of RGB (Red+Green+Blue) = 72+34+121=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #482279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482279 is #B7DD86. Grayscale: #363636. Windows color (decimal): -12049799 or 7938632. OLE color: 7938632.

HSL color Cylindrical-coordinate representation of color #482279: hue angle of 266.21º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482279 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 34 121 -
CMYK 0.40 0.72 0 0.53
HSL 266.21º 0.56% 0.3% -
HSV(B) 266.21º 0.72% 0.47% -
XYZ 6.7 3.9 18.49 -
YUV 55.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 72 34 121 0.40 0.72 0 0.53 266.21 0.56 0.3
Hex 48 22 79 28 48 0 35 10A 38 1E
Octal 110 42 171 50 110 0 65 412 70 36
Binary 1001000 100010 1111001 101000 1001000 0 110101 100001010 111000 11110

Color Harmonies of #482279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482279

Black with #482279

Text Example


Text Example

White with #482279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482279; }

 p { color: rgb(72,34,121); }

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

background-color css

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

 a { background-color: rgb(72,34,121); }

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

border-color css

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

 span { border-color: rgb(72,34,121); }

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