Html Css Color HEX #482779 Windsor

📋 copy color: '#482779'

red 72 ◦ green 39 ◦ blue 121

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

Shades of Windsor #482779

Tints of Windsor #482779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.81%

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

R = 31.03%
G = 16.81%
B = 52.16%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482779 (or 0x482779) is known color: Windsor. HEX triplet: 48, 27 and 79. RGB value is (72,39,121). Sum of RGB (Red+Green+Blue) = 72+39+121=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #482779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482779 is #B7D886. Grayscale: #393939. Windows color (decimal): -12048519 or 7939912. OLE color: 7939912.

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

Color convert

RGB 72 39 121 -
CMYK 0.40 0.68 0 0.53
HSL 264.15º 0.51% 0.31% -
HSV(B) 264.15º 0.68% 0.47% -
XYZ 6.85 4.21 18.54 -
YUV 58.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 72 39 121 0.40 0.68 0 0.53 264.15 0.51 0.31
Hex 48 27 79 28 44 0 35 108 33 1F
Octal 110 47 171 50 104 0 65 410 63 37
Binary 1001000 100111 1111001 101000 1000100 0 110101 100001000 110011 11111

Color Harmonies of #482779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482779

Black with #482779

Text Example


Text Example

White with #482779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482779; }

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

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

background-color css

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

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

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

border-color css

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

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

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