Html Css Color HEX #4D238D Windsor

📋 copy color: '#4D238D'

red 77 ◦ green 35 ◦ blue 141

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

Shades of Windsor #4D238D

Tints of Windsor #4D238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 30.43%
G = 13.83%
B = 55.73%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D238D (or 0x4D238D) is known color: Windsor. HEX triplet: 4D, 23 and 8D. RGB value is (77,35,141). Sum of RGB (Red+Green+Blue) = 77+35+141=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D238D is #B2DC72. Grayscale: #3B3B3B. Windows color (decimal): -11721843 or 9249613. OLE color: 9249613.

HSL color Cylindrical-coordinate representation of color #4D238D: hue angle of 263.77º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D238D is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 35 141 -
CMYK 0.45 0.75 0 0.45
HSL 263.77º 0.6% 0.35% -
HSV(B) 263.77º 0.75% 0.55% -
XYZ 8.47 4.7 25.66 -
YUV 59.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 77 35 141 0.45 0.75 0 0.45 263.77 0.6 0.35
Hex 4D 23 8D 2D 4B 0 2D 108 3C 23
Octal 115 43 215 55 113 0 55 410 74 43
Binary 1001101 100011 10001101 101101 1001011 0 101101 100001000 111100 100011

Color Harmonies of #4D238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D238D

Black with #4D238D

Text Example


Text Example

White with #4D238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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