Html Css Color HEX #4D3382 Windsor

📋 copy color: '#4D3382'

red 77 ◦ green 51 ◦ blue 130

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

Shades of Windsor #4D3382

Tints of Windsor #4D3382

RGB

 RED value IS 77 (30.47% from 255) = 29.84%

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

 BLUE value IS 130 (51.17% from 255) = 50.39%

R = 29.84%
G = 19.77%
B = 50.39%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D3382 (or 0x4D3382) is known color: Windsor. HEX triplet: 4D, 33 and 82. RGB value is (77,51,130). Sum of RGB (Red+Green+Blue) = 77+51+130=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D3382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3382 is #B2CC7D. Grayscale: #434343. Windows color (decimal): -11717758 or 8532813. OLE color: 8532813.

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

Color convert

RGB 77 51 130 -
CMYK 0.41 0.61 0 0.49
HSL 259.75º 0.44% 0.35% -
HSV(B) 259.75º 0.61% 0.51% -
XYZ 8.27 5.56 21.76 -
YUV 67.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 77 51 130 0.41 0.61 0 0.49 259.75 0.44 0.35
Hex 4D 33 82 29 3D 0 31 104 2C 23
Octal 115 63 202 51 75 0 61 404 54 43
Binary 1001101 110011 10000010 101001 111101 0 110001 100000100 101100 100011

Color Harmonies of #4D3382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3382

Black with #4D3382

Text Example


Text Example

White with #4D3382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D3382; }

 p { color: rgb(77,51,130); }

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

background-color css

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

 a { background-color: rgb(77,51,130); }

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

border-color css

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

 span { border-color: rgb(77,51,130); }

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