Html Css Color HEX #4B157D Indigo

📋 copy color: '#4B157D'

red 75 ◦ green 21 ◦ blue 125

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

Shades of Indigo #4B157D

Tints of Indigo #4B157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.56%

R = 33.94%
G = 9.5%
B = 56.56%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B157D (or 0x4B157D) is known color: Indigo. HEX triplet: 4B, 15 and 7D. RGB value is (75,21,125). Sum of RGB (Red+Green+Blue) = 75+21+125=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B157D is #B4EA82. Grayscale: #303030. Windows color (decimal): -11856515 or 8197451. OLE color: 8197451.

HSL color Cylindrical-coordinate representation of color #4B157D: hue angle of 271.15º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B157D is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 21 125 -
CMYK 0.40 0.83 0 0.51
HSL 271.15º 0.71% 0.29% -
HSV(B) 271.15º 0.83% 0.49% -
XYZ 6.87 3.51 19.72 -
YUV 49 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 75 21 125 0.40 0.83 0 0.51 271.15 0.71 0.29
Hex 4B 15 7D 28 53 0 33 10F 47 1D
Octal 113 25 175 50 123 0 63 417 107 35
Binary 1001011 10101 1111101 101000 1010011 0 110011 100001111 1000111 11101

Color Harmonies of #4B157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B157D

Black with #4B157D

Text Example


Text Example

White with #4B157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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