Html Css Color HEX #482289 Windsor

📋 copy color: '#482289'

red 72 ◦ green 34 ◦ blue 137

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

Shades of Windsor #482289

Tints of Windsor #482289

RGB

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

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

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

R = 29.63%
G = 13.99%
B = 56.38%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#482289 (or 0x482289) is known color: Windsor. HEX triplet: 48, 22 and 89. RGB value is (72,34,137). Sum of RGB (Red+Green+Blue) = 72+34+137=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #482289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482289 is #B7DD76. Grayscale: #383838. Windows color (decimal): -12049783 or 8987208. OLE color: 8987208.

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

Color convert

RGB 72 34 137 -
CMYK 0.47 0.75 0 0.46
HSL 262.14º 0.6% 0.34% -
HSV(B) 262.14º 0.75% 0.54% -
XYZ 7.76 4.33 24.09 -
YUV 57.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 72 34 137 0.47 0.75 0 0.46 262.14 0.6 0.34
Hex 48 22 89 2F 4B 0 2E 106 3C 22
Octal 110 42 211 57 113 0 56 406 74 42
Binary 1001000 100010 10001001 101111 1001011 0 101110 100000110 111100 100010

Color Harmonies of #482289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482289

Black with #482289

Text Example


Text Example

White with #482289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482289; }

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

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

background-color css

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

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

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

border-color css

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

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

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