Html Css Color HEX #481985 Windsor

📋 copy color: '#481985'

red 72 ◦ green 25 ◦ blue 133

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

Shades of Windsor #481985

Tints of Windsor #481985

RGB

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

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

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

R = 31.3%
G = 10.87%
B = 57.83%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#481985 (or 0x481985) is known color: Windsor. HEX triplet: 48, 19 and 85. RGB value is (72,25,133). Sum of RGB (Red+Green+Blue) = 72+25+133=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #481985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481985 is #B7E67A. Grayscale: #323232. Windows color (decimal): -12052091 or 8722760. OLE color: 8722760.

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

Color convert

RGB 72 25 133 -
CMYK 0.46 0.81 0 0.48
HSL 266.11º 0.68% 0.31% -
HSV(B) 266.11º 0.81% 0.52% -
XYZ 7.25 3.77 22.53 -
YUV 51.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 72 25 133 0.46 0.81 0 0.48 266.11 0.68 0.31
Hex 48 19 85 2E 51 0 30 10A 44 1F
Octal 110 31 205 56 121 0 60 412 104 37
Binary 1001000 11001 10000101 101110 1010001 0 110000 100001010 1000100 11111

Color Harmonies of #481985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481985

Black with #481985

Text Example


Text Example

White with #481985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481985; }

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

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

background-color css

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

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

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

border-color css

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

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

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