Html Css Color HEX #481883 Windsor

📋 copy color: '#481883'

red 72 ◦ green 24 ◦ blue 131

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

Shades of Windsor #481883

Tints of Windsor #481883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 57.71%

R = 31.72%
G = 10.57%
B = 57.71%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#481883 (or 0x481883) is known color: Windsor. HEX triplet: 48, 18 and 83. RGB value is (72,24,131). Sum of RGB (Red+Green+Blue) = 72+24+131=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #481883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481883 is #B7E77C. Grayscale: #323232. Windows color (decimal): -12052349 or 8591432. OLE color: 8591432.

HSL color Cylindrical-coordinate representation of color #481883: hue angle of 266.92º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481883 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 24 131 -
CMYK 0.45 0.82 0 0.49
HSL 266.92º 0.69% 0.3% -
HSV(B) 266.92º 0.82% 0.51% -
XYZ 7.1 3.67 21.81 -
YUV 50.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 72 24 131 0.45 0.82 0 0.49 266.92 0.69 0.3
Hex 48 18 83 2D 52 0 31 10B 45 1E
Octal 110 30 203 55 122 0 61 413 105 36
Binary 1001000 11000 10000011 101101 1010010 0 110001 100001011 1000101 11110

Color Harmonies of #481883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481883

Black with #481883

Text Example


Text Example

White with #481883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481883; }

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

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

background-color css

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

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

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

border-color css

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

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

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