#4D238A

Color #4D238A Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #4D238A

Tints of Windsor #4D238A

Color information

#4D238A (or 0x4D238A) is unknown color: approx Windsor. HEX triplet: 4D, 23 and 8A. RGB value is (77,35,138). Sum of RGB (Red+Green+Blue) = 77+35+138=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D238A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D238A is #B2DC75. Grayscale: #3A3A3A. Windows color (decimal): -11721846 or 9053005. OLE color: 9053005.

HSL color Cylindrical-coordinate representation of color #4D238A: hue angle of 264.47º 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 #4D238A is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7735138-
CMYK0.440.7500.46
HSL264.47º59.54%33.92%-
HSV(B)264.47º74.64%54.12%-
XYZ8.254.6124.5-
YUV59.3172.41140.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.8%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 138 (54.30% from 255) = 55.2%
R=30.8%
G=14%
B=55.2%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77351380.440.7500.46264.4759.5433.92
Hex4D238A2C4B02E1083c22
Octal11543212541130564107442
Binary10011011000111000101010110010010110101110100001000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,35,138); }

 H1.HeaderClassName
 {
   color: #4D238A;
 }
 .AnyTagClassName
 {
   color: #4D238A;
 }
</style>
background-color css

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

 a { background-color: rgb(77,35,138); }

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

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

 span { border-color: rgb(77,35,138); }

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