Html Css Color HEX #481991 Windsor

📋 copy color: '#481991'

red 72 ◦ green 25 ◦ blue 145

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

Shades of Windsor #481991

Tints of Windsor #481991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

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

R = 29.75%
G = 10.33%
B = 59.92%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#481991 (or 0x481991) is known color: Windsor. HEX triplet: 48, 19 and 91. RGB value is (72,25,145). Sum of RGB (Red+Green+Blue) = 72+25+145=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #481991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481991 is #B7E66E. Grayscale: #343434. Windows color (decimal): -12052079 or 9509192. OLE color: 9509192.

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

Color convert

RGB 72 25 145 -
CMYK 0.50 0.83 0 0.43
HSL 263.5º 0.71% 0.33% -
HSV(B) 263.5º 0.83% 0.57% -
XYZ 8.13 4.12 27.15 -
YUV 52.73 180.07 141.74 -
System Red Green Blue C M Y K H S L
Decimal 72 25 145 0.50 0.83 0 0.43 263.5 0.71 0.33
Hex 48 19 91 32 53 0 2B 108 47 21
Octal 110 31 221 62 123 0 53 410 107 41
Binary 1001000 11001 10010001 110010 1010011 0 101011 100001000 1000111 100001

Color Harmonies of #481991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481991

Black with #481991

Text Example


Text Example

White with #481991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481991; }

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

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

background-color css

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

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

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

border-color css

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

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

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