Html Css Color HEX #4A178B Indigo

📋 copy color: '#4A178B'

red 74 ◦ green 23 ◦ blue 139

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

Shades of Indigo #4A178B

Tints of Indigo #4A178B

RGB

 RED value IS 74 (29.3% from 255) = 31.36%

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

 BLUE value IS 139 (54.69% from 255) = 58.9%

R = 31.36%
G = 9.75%
B = 58.9%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A178B (or 0x4A178B) is known color: Indigo. HEX triplet: 4A, 17 and 8B. RGB value is (74,23,139). Sum of RGB (Red+Green+Blue) = 74+23+139=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A178B is #B5E874. Grayscale: #333333. Windows color (decimal): -11921525 or 9115466. OLE color: 9115466.

HSL color Cylindrical-coordinate representation of color #4A178B: hue angle of 266.38º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A178B is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 23 139 -
CMYK 0.47 0.83 0 0.45
HSL 266.38º 0.72% 0.32% -
HSV(B) 266.38º 0.83% 0.55% -
XYZ 7.79 3.93 24.77 -
YUV 51.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 74 23 139 0.47 0.83 0 0.45 266.38 0.72 0.32
Hex 4A 17 8B 2F 53 0 2D 10A 48 20
Octal 112 27 213 57 123 0 55 412 110 40
Binary 1001010 10111 10001011 101111 1010011 0 101101 100001010 1001000 100000

Color Harmonies of #4A178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A178B

Black with #4A178B

Text Example


Text Example

White with #4A178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,23,139); }

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

background-color css

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

 a { background-color: rgb(74,23,139); }

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

border-color css

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

 span { border-color: rgb(74,23,139); }

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