Html Css Color HEX #4B1585 Indigo

📋 copy color: '#4B1585'

red 75 ◦ green 21 ◦ blue 133

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

Shades of Indigo #4B1585

Tints of Indigo #4B1585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

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

R = 32.75%
G = 9.17%
B = 58.08%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4B1585 (or 0x4B1585) is known color: Indigo. HEX triplet: 4B, 15 and 85. RGB value is (75,21,133). Sum of RGB (Red+Green+Blue) = 75+21+133=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B1585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1585 is #B4EA7A. Grayscale: #313131. Windows color (decimal): -11856507 or 8721739. OLE color: 8721739.

HSL color Cylindrical-coordinate representation of color #4B1585: hue angle of 268.93º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1585 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 21 133 -
CMYK 0.44 0.84 0 0.48
HSL 268.93º 0.73% 0.3% -
HSV(B) 268.93º 0.84% 0.52% -
XYZ 7.4 3.73 22.52 -
YUV 49.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 75 21 133 0.44 0.84 0 0.48 268.93 0.73 0.3
Hex 4B 15 85 2C 54 0 30 10D 49 1E
Octal 113 25 205 54 124 0 60 415 111 36
Binary 1001011 10101 10000101 101100 1010100 0 110000 100001101 1001001 11110

Color Harmonies of #4B1585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1585

Black with #4B1585

Text Example


Text Example

White with #4B1585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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