Html Css Color HEX #483383 Windsor

📋 copy color: '#483383'

red 72 ◦ green 51 ◦ blue 131

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

Shades of Windsor #483383

Tints of Windsor #483383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 28.35%
G = 20.08%
B = 51.57%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#483383 (or 0x483383) is known color: Windsor. HEX triplet: 48, 33 and 83. RGB value is (72,51,131). Sum of RGB (Red+Green+Blue) = 72+51+131=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #483383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483383 is #B7CC7C. Grayscale: #424242. Windows color (decimal): -12045437 or 8598344. OLE color: 8598344.

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

Color convert

RGB 72 51 131 -
CMYK 0.45 0.61 0 0.49
HSL 255.75º 0.44% 0.36% -
HSV(B) 255.75º 0.61% 0.51% -
XYZ 7.95 5.38 22.09 -
YUV 66.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 72 51 131 0.45 0.61 0 0.49 255.75 0.44 0.36
Hex 48 33 83 2D 3D 0 31 100 2C 24
Octal 110 63 203 55 75 0 61 400 54 44
Binary 1001000 110011 10000011 101101 111101 0 110001 100000000 101100 100100

Color Harmonies of #483383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483383

Black with #483383

Text Example


Text Example

White with #483383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483383; }

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

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

background-color css

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

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

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

border-color css

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

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

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