Html Css Color HEX #4A078D Indigo

📋 copy color: '#4A078D'

red 74 ◦ green 7 ◦ blue 141

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

Shades of Indigo #4A078D

Tints of Indigo #4A078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.51%

R = 33.33%
G = 3.15%
B = 63.51%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A078D (or 0x4A078D) is known color: Indigo. HEX triplet: 4A, 07 and 8D. RGB value is (74,7,141). Sum of RGB (Red+Green+Blue) = 74+7+141=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A078D is #B5F872. Grayscale: #292929. Windows color (decimal): -11925619 or 9242442. OLE color: 9242442.

HSL color Cylindrical-coordinate representation of color #4A078D: hue angle of 270º degrees, saturation: 0.91, 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 #4A078D is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 7 141 -
CMYK 0.48 0.95 0 0.45
HSL 270º 0.91% 0.29% -
HSV(B) 270º 0.95% 0.55% -
XYZ 7.71 3.53 25.47 -
YUV 42.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 74 7 141 0.48 0.95 0 0.45 270 0.91 0.29
Hex 4A 7 8D 30 5F 0 2D 10E 5B 1D
Octal 112 7 215 60 137 0 55 416 133 35
Binary 1001010 111 10001101 110000 1011111 0 101101 100001110 1011011 11101

Color Harmonies of #4A078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A078D

Black with #4A078D

Text Example


Text Example

White with #4A078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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