Html Css Color HEX #4B158D Indigo

📋 copy color: '#4B158D'

red 75 ◦ green 21 ◦ blue 141

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

Shades of Indigo #4B158D

Tints of Indigo #4B158D

RGB

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

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

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

R = 31.65%
G = 8.86%
B = 59.49%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B158D (or 0x4B158D) is known color: Indigo. HEX triplet: 4B, 15 and 8D. RGB value is (75,21,141). Sum of RGB (Red+Green+Blue) = 75+21+141=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B158D is #B4EA72. Grayscale: #323232. Windows color (decimal): -11856499 or 9246027. OLE color: 9246027.

HSL color Cylindrical-coordinate representation of color #4B158D: hue angle of 267º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B158D is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 21 141 -
CMYK 0.47 0.85 0 0.45
HSL 267º 0.74% 0.32% -
HSV(B) 267º 0.85% 0.55% -
XYZ 7.98 3.96 25.54 -
YUV 50.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 75 21 141 0.47 0.85 0 0.45 267 0.74 0.32
Hex 4B 15 8D 2F 55 0 2D 10B 4A 20
Octal 113 25 215 57 125 0 55 413 112 40
Binary 1001011 10101 10001101 101111 1010101 0 101101 100001011 1001010 100000

Color Harmonies of #4B158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B158D

Black with #4B158D

Text Example


Text Example

White with #4B158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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