Html Css Color HEX #4B178F Indigo

📋 copy color: '#4B178F'

red 75 ◦ green 23 ◦ blue 143

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

Shades of Indigo #4B178F

Tints of Indigo #4B178F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

 BLUE value IS 143 (56.25% from 255) = 59.34%

R = 31.12%
G = 9.54%
B = 59.34%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B178F (or 0x4B178F) is known color: Indigo. HEX triplet: 4B, 17 and 8F. RGB value is (75,23,143). Sum of RGB (Red+Green+Blue) = 75+23+143=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B178F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B178F is #B4E870. Grayscale: #333333. Windows color (decimal): -11855985 or 9377611. OLE color: 9377611.

HSL color Cylindrical-coordinate representation of color #4B178F: hue angle of 266º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B178F is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 23 143 -
CMYK 0.48 0.84 0 0.44
HSL 266º 0.72% 0.33% -
HSV(B) 266º 0.84% 0.56% -
XYZ 8.17 4.09 26.35 -
YUV 52.23 179.23 144.24 -
System Red Green Blue C M Y K H S L
Decimal 75 23 143 0.48 0.84 0 0.44 266 0.72 0.33
Hex 4B 17 8F 30 54 0 2C 10A 48 21
Octal 113 27 217 60 124 0 54 412 110 41
Binary 1001011 10111 10001111 110000 1010100 0 101100 100001010 1001000 100001

Color Harmonies of #4B178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B178F

Black with #4B178F

Text Example


Text Example

White with #4B178F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,23,143); }

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

background-color css

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

 a { background-color: rgb(75,23,143); }

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

border-color css

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

 span { border-color: rgb(75,23,143); }

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