Html Css Color HEX #481C84 Windsor

📋 copy color: '#481C84'

red 72 ◦ green 28 ◦ blue 132

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

Shades of Windsor #481C84

Tints of Windsor #481C84

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.07%

 BLUE value IS 132 (51.95% from 255) = 56.9%

R = 31.03%
G = 12.07%
B = 56.9%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#481C84 (or 0x481C84) is known color: Windsor. HEX triplet: 48, 1C and 84. RGB value is (72,28,132). Sum of RGB (Red+Green+Blue) = 72+28+132=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #481C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481C84 is #B7E37B. Grayscale: #343434. Windows color (decimal): -12051324 or 8657992. OLE color: 8657992.

HSL color Cylindrical-coordinate representation of color #481C84: hue angle of 265.38º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481C84 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 28 132 -
CMYK 0.45 0.79 0 0.48
HSL 265.38º 0.65% 0.31% -
HSV(B) 265.38º 0.79% 0.52% -
XYZ 7.25 3.87 22.2 -
YUV 53.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 72 28 132 0.45 0.79 0 0.48 265.38 0.65 0.31
Hex 48 1C 84 2D 4F 0 30 109 41 1F
Octal 110 34 204 55 117 0 60 411 101 37
Binary 1001000 11100 10000100 101101 1001111 0 110000 100001001 1000001 11111

Color Harmonies of #481C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C84

Black with #481C84

Text Example


Text Example

White with #481C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C84; }

 p { color: rgb(72,28,132); }

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

background-color css

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

 a { background-color: rgb(72,28,132); }

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

border-color css

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

 span { border-color: rgb(72,28,132); }

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