Html Css Color HEX #482287 Windsor

📋 copy color: '#482287'

red 72 ◦ green 34 ◦ blue 135

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

Shades of Windsor #482287

Tints of Windsor #482287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.02%

R = 29.88%
G = 14.11%
B = 56.02%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#482287 (or 0x482287) is known color: Windsor. HEX triplet: 48, 22 and 87. RGB value is (72,34,135). Sum of RGB (Red+Green+Blue) = 72+34+135=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #482287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482287 is #B7DD78. Grayscale: #383838. Windows color (decimal): -12049785 or 8856136. OLE color: 8856136.

HSL color Cylindrical-coordinate representation of color #482287: hue angle of 262.57º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482287 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 34 135 -
CMYK 0.47 0.75 0 0.47
HSL 262.57º 0.6% 0.33% -
HSV(B) 262.57º 0.75% 0.53% -
XYZ 7.62 4.27 23.34 -
YUV 56.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 72 34 135 0.47 0.75 0 0.47 262.57 0.6 0.33
Hex 48 22 87 2F 4B 0 2F 107 3C 21
Octal 110 42 207 57 113 0 57 407 74 41
Binary 1001000 100010 10000111 101111 1001011 0 101111 100000111 111100 100001

Color Harmonies of #482287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482287

Black with #482287

Text Example


Text Example

White with #482287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482287; }

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

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

background-color css

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

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

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

border-color css

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

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

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