Html Css Color HEX #481A97 Windsor

📋 copy color: '#481A97'

red 72 ◦ green 26 ◦ blue 151

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

Shades of Windsor #481A97

Tints of Windsor #481A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.64%

R = 28.92%
G = 10.44%
B = 60.64%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#481A97 (or 0x481A97) is known color: Windsor. HEX triplet: 48, 1A and 97. RGB value is (72,26,151). Sum of RGB (Red+Green+Blue) = 72+26+151=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #481A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481A97 is #B7E568. Grayscale: #353535. Windows color (decimal): -12051817 or 9902664. OLE color: 9902664.

HSL color Cylindrical-coordinate representation of color #481A97: hue angle of 262.08º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481A97 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 26 151 -
CMYK 0.52 0.83 0 0.41
HSL 262.08º 0.71% 0.35% -
HSV(B) 262.08º 0.83% 0.59% -
XYZ 8.63 4.35 29.66 -
YUV 54 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 72 26 151 0.52 0.83 0 0.41 262.08 0.71 0.35
Hex 48 1A 97 34 53 0 29 106 47 23
Octal 110 32 227 64 123 0 51 406 107 43
Binary 1001000 11010 10010111 110100 1010011 0 101001 100000110 1000111 100011

Color Harmonies of #481A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A97

Black with #481A97

Text Example


Text Example

White with #481A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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