Html Css Color HEX #4B1B85 Windsor

📋 copy color: '#4B1B85'

red 75 ◦ green 27 ◦ blue 133

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

Shades of Windsor #4B1B85

Tints of Windsor #4B1B85

RGB

 RED value IS 75 (29.69% from 255) = 31.91%

 GREEN value IS 27 (10.94% from 255) = 11.49%

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 31.91%
G = 11.49%
B = 56.6%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4B1B85 (or 0x4B1B85) is known color: Windsor. HEX triplet: 4B, 1B and 85. RGB value is (75,27,133). Sum of RGB (Red+Green+Blue) = 75+27+133=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B1B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1B85 is #B4E47A. Grayscale: #353535. Windows color (decimal): -11854971 or 8723275. OLE color: 8723275.

HSL color Cylindrical-coordinate representation of color #4B1B85: hue angle of 267.17º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B1B85 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 27 133 -
CMYK 0.44 0.80 0 0.48
HSL 267.17º 0.66% 0.31% -
HSV(B) 267.17º 0.8% 0.52% -
XYZ 7.53 3.97 22.56 -
YUV 53.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 75 27 133 0.44 0.80 0 0.48 267.17 0.66 0.31
Hex 4B 1B 85 2C 50 0 30 10B 42 1F
Octal 113 33 205 54 120 0 60 413 102 37
Binary 1001011 11011 10000101 101100 1010000 0 110000 100001011 1000010 11111

Color Harmonies of #4B1B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1B85

Black with #4B1B85

Text Example


Text Example

White with #4B1B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,27,133); }

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

background-color css

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

 a { background-color: rgb(75,27,133); }

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

border-color css

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

 span { border-color: rgb(75,27,133); }

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