Html Css Color HEX #482183 Windsor

📋 copy color: '#482183'

red 72 ◦ green 33 ◦ blue 131

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

Shades of Windsor #482183

Tints of Windsor #482183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

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

R = 30.51%
G = 13.98%
B = 55.51%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#482183 (or 0x482183) is known color: Windsor. HEX triplet: 48, 21 and 83. RGB value is (72,33,131). Sum of RGB (Red+Green+Blue) = 72+33+131=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #482183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482183 is #B7DE7C. Grayscale: #373737. Windows color (decimal): -12050045 or 8593736. OLE color: 8593736.

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

Color convert

RGB 72 33 131 -
CMYK 0.45 0.75 0 0.49
HSL 263.88º 0.6% 0.32% -
HSV(B) 263.88º 0.75% 0.51% -
XYZ 7.31 4.1 21.88 -
YUV 55.83 170.42 139.53 -
System Red Green Blue C M Y K H S L
Decimal 72 33 131 0.45 0.75 0 0.49 263.88 0.6 0.32
Hex 48 21 83 2D 4B 0 31 108 3C 20
Octal 110 41 203 55 113 0 61 410 74 40
Binary 1001000 100001 10000011 101101 1001011 0 110001 100001000 111100 100000

Color Harmonies of #482183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482183

Black with #482183

Text Example


Text Example

White with #482183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482183; }

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

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

background-color css

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

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

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

border-color css

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

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

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