Html Css Color HEX #482184 Windsor

📋 copy color: '#482184'

red 72 ◦ green 33 ◦ blue 132

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

Shades of Windsor #482184

Tints of Windsor #482184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.92%

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

R = 30.38%
G = 13.92%
B = 55.7%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#482184 (or 0x482184) is known color: Windsor. HEX triplet: 48, 21 and 84. RGB value is (72,33,132). Sum of RGB (Red+Green+Blue) = 72+33+132=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #482184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482184 is #B7DE7B. Grayscale: #373737. Windows color (decimal): -12050044 or 8659272. OLE color: 8659272.

HSL color Cylindrical-coordinate representation of color #482184: hue angle of 263.64º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482184 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 33 132 -
CMYK 0.45 0.75 0 0.48
HSL 263.64º 0.6% 0.32% -
HSV(B) 263.64º 0.75% 0.52% -
XYZ 7.38 4.13 22.24 -
YUV 55.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 72 33 132 0.45 0.75 0 0.48 263.64 0.6 0.32
Hex 48 21 84 2D 4B 0 30 108 3C 20
Octal 110 41 204 55 113 0 60 410 74 40
Binary 1001000 100001 10000100 101101 1001011 0 110000 100001000 111100 100000

Color Harmonies of #482184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482184

Black with #482184

Text Example


Text Example

White with #482184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482184; }

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

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

background-color css

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

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

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

border-color css

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

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

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