Html Css Color HEX #482283 Windsor

📋 copy color: '#482283'

red 72 ◦ green 34 ◦ blue 131

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

Shades of Windsor #482283

Tints of Windsor #482283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.35%

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

R = 30.38%
G = 14.35%
B = 55.27%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#482283 (or 0x482283) is known color: Windsor. HEX triplet: 48, 22 and 83. RGB value is (72,34,131). Sum of RGB (Red+Green+Blue) = 72+34+131=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #482283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482283 is #B7DD7C. Grayscale: #383838. Windows color (decimal): -12049789 or 8593992. OLE color: 8593992.

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

Color convert

RGB 72 34 131 -
CMYK 0.45 0.74 0 0.49
HSL 263.51º 0.59% 0.32% -
HSV(B) 263.51º 0.74% 0.51% -
XYZ 7.34 4.16 21.89 -
YUV 56.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 72 34 131 0.45 0.74 0 0.49 263.51 0.59 0.32
Hex 48 22 83 2D 4A 0 31 108 3B 20
Octal 110 42 203 55 112 0 61 410 73 40
Binary 1001000 100010 10000011 101101 1001010 0 110001 100001000 111011 100000

Color Harmonies of #482283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482283

Black with #482283

Text Example


Text Example

White with #482283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482283; }

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

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

background-color css

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

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

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

border-color css

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

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

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