Html Css Color HEX #4A078B Indigo

📋 copy color: '#4A078B'

red 74 ◦ green 7 ◦ blue 139

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

Shades of Indigo #4A078B

Tints of Indigo #4A078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

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

R = 33.64%
G = 3.18%
B = 63.18%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A078B (or 0x4A078B) is known color: Indigo. HEX triplet: 4A, 07 and 8B. RGB value is (74,7,139). Sum of RGB (Red+Green+Blue) = 74+7+139=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A078B is #B5F874. Grayscale: #292929. Windows color (decimal): -11925621 or 9111370. OLE color: 9111370.

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

Color convert

RGB 74 7 139 -
CMYK 0.47 0.95 0 0.45
HSL 270.45º 0.9% 0.29% -
HSV(B) 270.45º 0.95% 0.55% -
XYZ 7.56 3.47 24.7 -
YUV 42.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 74 7 139 0.47 0.95 0 0.45 270.45 0.9 0.29
Hex 4A 7 8B 2F 5F 0 2D 10E 5A 1D
Octal 112 7 213 57 137 0 55 416 132 35
Binary 1001010 111 10001011 101111 1011111 0 101101 100001110 1011010 11101

Color Harmonies of #4A078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A078B

Black with #4A078B

Text Example


Text Example

White with #4A078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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