Html Css Color HEX #482091 Windsor

📋 copy color: '#482091'

red 72 ◦ green 32 ◦ blue 145

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

Shades of Windsor #482091

Tints of Windsor #482091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 28.92%
G = 12.85%
B = 58.23%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#482091 (or 0x482091) is known color: Windsor. HEX triplet: 48, 20 and 91. RGB value is (72,32,145). Sum of RGB (Red+Green+Blue) = 72+32+145=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #482091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482091 is #B7DF6E. Grayscale: #383838. Windows color (decimal): -12050287 or 9510984. OLE color: 9510984.

HSL color Cylindrical-coordinate representation of color #482091: hue angle of 261.24º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482091 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 32 145 -
CMYK 0.50 0.78 0 0.43
HSL 261.24º 0.64% 0.35% -
HSV(B) 261.24º 0.78% 0.57% -
XYZ 8.3 4.46 27.21 -
YUV 56.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 72 32 145 0.50 0.78 0 0.43 261.24 0.64 0.35
Hex 48 20 91 32 4E 0 2B 105 40 23
Octal 110 40 221 62 116 0 53 405 100 43
Binary 1001000 100000 10010001 110010 1001110 0 101011 100000101 1000000 100011

Color Harmonies of #482091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482091

Black with #482091

Text Example


Text Example

White with #482091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482091; }

 p { color: rgb(72,32,145); }

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

background-color css

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

 a { background-color: rgb(72,32,145); }

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

border-color css

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

 span { border-color: rgb(72,32,145); }

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