Html Css Color HEX #481889 Windsor

📋 copy color: '#481889'

red 72 ◦ green 24 ◦ blue 137

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

Shades of Windsor #481889

Tints of Windsor #481889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

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

R = 30.9%
G = 10.3%
B = 58.8%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#481889 (or 0x481889) is known color: Windsor. HEX triplet: 48, 18 and 89. RGB value is (72,24,137). Sum of RGB (Red+Green+Blue) = 72+24+137=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #481889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481889 is #B7E776. Grayscale: #323232. Windows color (decimal): -12052343 or 8984648. OLE color: 8984648.

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

Color convert

RGB 72 24 137 -
CMYK 0.47 0.82 0 0.46
HSL 265.49º 0.7% 0.32% -
HSV(B) 265.49º 0.82% 0.54% -
XYZ 7.51 3.84 24.01 -
YUV 51.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 72 24 137 0.47 0.82 0 0.46 265.49 0.7 0.32
Hex 48 18 89 2F 52 0 2E 109 46 20
Octal 110 30 211 57 122 0 56 411 106 40
Binary 1001000 11000 10001001 101111 1010010 0 101110 100001001 1000110 100000

Color Harmonies of #481889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481889

Black with #481889

Text Example


Text Example

White with #481889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481889; }

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

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

background-color css

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

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

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

border-color css

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

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

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