Html Css Color HEX #481A95 Windsor

📋 copy color: '#481A95'

red 72 ◦ green 26 ◦ blue 149

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

Shades of Windsor #481A95

Tints of Windsor #481A95

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.53%

 BLUE value IS 149 (58.59% from 255) = 60.32%

R = 29.15%
G = 10.53%
B = 60.32%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#481A95 (or 0x481A95) is known color: Windsor. HEX triplet: 48, 1A and 95. RGB value is (72,26,149). Sum of RGB (Red+Green+Blue) = 72+26+149=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #481A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481A95 is #B7E56A. Grayscale: #353535. Windows color (decimal): -12051819 or 9771592. OLE color: 9771592.

HSL color Cylindrical-coordinate representation of color #481A95: hue angle of 262.44º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481A95 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 26 149 -
CMYK 0.52 0.83 0 0.42
HSL 262.44º 0.7% 0.34% -
HSV(B) 262.44º 0.83% 0.58% -
XYZ 8.47 4.29 28.81 -
YUV 53.78 181.74 141 -
System Red Green Blue C M Y K H S L
Decimal 72 26 149 0.52 0.83 0 0.42 262.44 0.7 0.34
Hex 48 1A 95 34 53 0 2A 106 46 22
Octal 110 32 225 64 123 0 52 406 106 42
Binary 1001000 11010 10010101 110100 1010011 0 101010 100000110 1000110 100010

Color Harmonies of #481A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A95

Black with #481A95

Text Example


Text Example

White with #481A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,26,149); }

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

background-color css

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

 a { background-color: rgb(72,26,149); }

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

border-color css

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

 span { border-color: rgb(72,26,149); }

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