Html Css Color HEX #4B048E Indigo

📋 copy color: '#4B048E'

red 75 ◦ green 4 ◦ blue 142

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

Shades of Indigo #4B048E

Tints of Indigo #4B048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.25%

R = 33.94%
G = 1.81%
B = 64.25%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B048E (or 0x4B048E) is known color: Indigo. HEX triplet: 4B, 04 and 8E. RGB value is (75,4,142). Sum of RGB (Red+Green+Blue) = 75+4+142=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B048E is #B4FB71. Grayscale: #282828. Windows color (decimal): -11860850 or 9307211. OLE color: 9307211.

HSL color Cylindrical-coordinate representation of color #4B048E: hue angle of 270.87º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B048E is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 4 142 -
CMYK 0.47 0.97 0 0.44
HSL 270.87º 0.95% 0.29% -
HSV(B) 270.87º 0.97% 0.56% -
XYZ 7.83 3.54 25.86 -
YUV 40.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 75 4 142 0.47 0.97 0 0.44 270.87 0.95 0.29
Hex 4B 4 8E 2F 61 0 2C 10F 5F 1D
Octal 113 4 216 57 141 0 54 417 137 35
Binary 1001011 100 10001110 101111 1100001 0 101100 100001111 1011111 11101

Color Harmonies of #4B048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B048E

Black with #4B048E

Text Example


Text Example

White with #4B048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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