Html Css Color HEX #481A85 Windsor

📋 copy color: '#481A85'

red 72 ◦ green 26 ◦ blue 133

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

Shades of Windsor #481A85

Tints of Windsor #481A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.58%

R = 31.17%
G = 11.26%
B = 57.58%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#481A85 (or 0x481A85) is known color: Windsor. HEX triplet: 48, 1A and 85. RGB value is (72,26,133). Sum of RGB (Red+Green+Blue) = 72+26+133=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #481A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481A85 is #B7E57A. Grayscale: #333333. Windows color (decimal): -12051835 or 8723016. OLE color: 8723016.

HSL color Cylindrical-coordinate representation of color #481A85: hue angle of 265.79º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481A85 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 26 133 -
CMYK 0.46 0.80 0 0.48
HSL 265.79º 0.67% 0.31% -
HSV(B) 265.79º 0.8% 0.52% -
XYZ 7.28 3.81 22.54 -
YUV 51.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 72 26 133 0.46 0.80 0 0.48 265.79 0.67 0.31
Hex 48 1A 85 2E 50 0 30 10A 43 1F
Octal 110 32 205 56 120 0 60 412 103 37
Binary 1001000 11010 10000101 101110 1010000 0 110000 100001010 1000011 11111

Color Harmonies of #481A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A85

Black with #481A85

Text Example


Text Example

White with #481A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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