Html Css Color HEX #4B047F Indigo

📋 copy color: '#4B047F'

red 75 ◦ green 4 ◦ blue 127

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

Shades of Indigo #4B047F

Tints of Indigo #4B047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 36.41%
G = 1.94%
B = 61.65%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4B047F (or 0x4B047F) is known color: Indigo. HEX triplet: 4B, 04 and 7F. RGB value is (75,4,127). Sum of RGB (Red+Green+Blue) = 75+4+127=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B047F is #B4FB80. Grayscale: #262626. Windows color (decimal): -11860865 or 8324171. OLE color: 8324171.

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

Color convert

RGB 75 4 127 -
CMYK 0.41 0.97 0 0.50
HSL 274.63º 0.94% 0.26% -
HSV(B) 274.63º 0.97% 0.5% -
XYZ 6.78 3.11 20.32 -
YUV 39.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 75 4 127 0.41 0.97 0 0.50 274.63 0.94 0.26
Hex 4B 4 7F 29 61 0 32 113 5E 1A
Octal 113 4 177 51 141 0 62 423 136 32
Binary 1001011 100 1111111 101001 1100001 0 110010 100010011 1011110 11010

Color Harmonies of #4B047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B047F

Black with #4B047F

Text Example


Text Example

White with #4B047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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