Html Css Color HEX #4B058E Indigo

📋 copy color: '#4B058E'

red 75 ◦ green 5 ◦ blue 142

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

Shades of Indigo #4B058E

Tints of Indigo #4B058E

RGB

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

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

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

R = 33.78%
G = 2.25%
B = 63.96%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B058E (or 0x4B058E) is known color: Indigo. HEX triplet: 4B, 05 and 8E. RGB value is (75,5,142). Sum of RGB (Red+Green+Blue) = 75+5+142=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B058E is #B4FA71. Grayscale: #292929. Windows color (decimal): -11860594 or 9307467. OLE color: 9307467.

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

Color convert

RGB 75 5 142 -
CMYK 0.47 0.96 0 0.44
HSL 270.66º 0.93% 0.29% -
HSV(B) 270.66º 0.96% 0.56% -
XYZ 7.84 3.56 25.86 -
YUV 41.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 75 5 142 0.47 0.96 0 0.44 270.66 0.93 0.29
Hex 4B 5 8E 2F 60 0 2C 10F 5D 1D
Octal 113 5 216 57 140 0 54 417 135 35
Binary 1001011 101 10001110 101111 1100000 0 101100 100001111 1011101 11101

Color Harmonies of #4B058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B058E

Black with #4B058E

Text Example


Text Example

White with #4B058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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