Html Css Color HEX #4B058A Indigo

📋 copy color: '#4B058A'

red 75 ◦ green 5 ◦ blue 138

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

Shades of Indigo #4B058A

Tints of Indigo #4B058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

 BLUE value IS 138 (54.3% from 255) = 63.3%

R = 34.4%
G = 2.29%
B = 63.3%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4B058A (or 0x4B058A) is known color: Indigo. HEX triplet: 4B, 05 and 8A. RGB value is (75,5,138). Sum of RGB (Red+Green+Blue) = 75+5+138=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B058A is #B4FA75. Grayscale: #282828. Windows color (decimal): -11860598 or 9045323. OLE color: 9045323.

HSL color Cylindrical-coordinate representation of color #4B058A: hue angle of 271.58º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B058A is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 75 5 138 -
CMYK 0.46 0.96 0 0.46
HSL 271.58º 0.93% 0.28% -
HSV(B) 271.58º 0.96% 0.54% -
XYZ 7.54 3.44 24.31 -
YUV 41.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 75 5 138 0.46 0.96 0 0.46 271.58 0.93 0.28
Hex 4B 5 8A 2E 60 0 2E 110 5D 1C
Octal 113 5 212 56 140 0 56 420 135 34
Binary 1001011 101 10001010 101110 1100000 0 101110 100010000 1011101 11100

Color Harmonies of #4B058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B058A

Black with #4B058A

Text Example


Text Example

White with #4B058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,5,138); }

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

background-color css

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

 a { background-color: rgb(75,5,138); }

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

border-color css

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

 span { border-color: rgb(75,5,138); }

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