Html Css Color HEX #481A89 Windsor

📋 copy color: '#481A89'

red 72 ◦ green 26 ◦ blue 137

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

Shades of Windsor #481A89

Tints of Windsor #481A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.3%

R = 30.64%
G = 11.06%
B = 58.3%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#481A89 (or 0x481A89) is known color: Windsor. HEX triplet: 48, 1A and 89. RGB value is (72,26,137). Sum of RGB (Red+Green+Blue) = 72+26+137=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #481A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481A89 is #B7E576. Grayscale: #343434. Windows color (decimal): -12051831 or 8985160. OLE color: 8985160.

HSL color Cylindrical-coordinate representation of color #481A89: hue angle of 264.86º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481A89 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 26 137 -
CMYK 0.47 0.81 0 0.46
HSL 264.86º 0.68% 0.32% -
HSV(B) 264.86º 0.81% 0.54% -
XYZ 7.56 3.92 24.03 -
YUV 52.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 72 26 137 0.47 0.81 0 0.46 264.86 0.68 0.32
Hex 48 1A 89 2F 51 0 2E 109 44 20
Octal 110 32 211 57 121 0 56 411 104 40
Binary 1001000 11010 10001001 101111 1010001 0 101110 100001001 1000100 100000

Color Harmonies of #481A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A89

Black with #481A89

Text Example


Text Example

White with #481A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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