Html Css Color HEX #4B147F Indigo

📋 copy color: '#4B147F'

red 75 ◦ green 20 ◦ blue 127

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

Shades of Indigo #4B147F

Tints of Indigo #4B147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

 BLUE value IS 127 (50% from 255) = 57.21%

R = 33.78%
G = 9.01%
B = 57.21%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4B147F (or 0x4B147F) is known color: Indigo. HEX triplet: 4B, 14 and 7F. RGB value is (75,20,127). Sum of RGB (Red+Green+Blue) = 75+20+127=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B147F is #B4EB80. Grayscale: #303030. Windows color (decimal): -11856769 or 8328267. OLE color: 8328267.

HSL color Cylindrical-coordinate representation of color #4B147F: hue angle of 270.84º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B147F is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 75 20 127 -
CMYK 0.41 0.84 0 0.50
HSL 270.84º 0.73% 0.29% -
HSV(B) 270.84º 0.84% 0.5% -
XYZ 6.98 3.53 20.39 -
YUV 48.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 75 20 127 0.41 0.84 0 0.50 270.84 0.73 0.29
Hex 4B 14 7F 29 54 0 32 10F 49 1D
Octal 113 24 177 51 124 0 62 417 111 35
Binary 1001011 10100 1111111 101001 1010100 0 110010 100001111 1001001 11101

Color Harmonies of #4B147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B147F

Black with #4B147F

Text Example


Text Example

White with #4B147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,20,127); }

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

background-color css

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

 a { background-color: rgb(75,20,127); }

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

border-color css

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

 span { border-color: rgb(75,20,127); }

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