Html Css Color HEX #4A077B Indigo

📋 copy color: '#4A077B'

red 74 ◦ green 7 ◦ blue 123

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

Shades of Indigo #4A077B

Tints of Indigo #4A077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 60.29%

R = 36.27%
G = 3.43%
B = 60.29%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A077B (or 0x4A077B) is known color: Indigo. HEX triplet: 4A, 07 and 7B. RGB value is (74,7,123). Sum of RGB (Red+Green+Blue) = 74+7+123=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A077B is #B5F884. Grayscale: #272727. Windows color (decimal): -11925637 or 8062794. OLE color: 8062794.

HSL color Cylindrical-coordinate representation of color #4A077B: hue angle of 274.66º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A077B is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 7 123 -
CMYK 0.40 0.94 0 0.52
HSL 274.66º 0.89% 0.25% -
HSV(B) 274.66º 0.94% 0.48% -
XYZ 6.48 3.04 18.98 -
YUV 40.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 74 7 123 0.40 0.94 0 0.52 274.66 0.89 0.25
Hex 4A 7 7B 28 5E 0 34 113 59 19
Octal 112 7 173 50 136 0 64 423 131 31
Binary 1001010 111 1111011 101000 1011110 0 110100 100010011 1011001 11001

Color Harmonies of #4A077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A077B

Black with #4A077B

Text Example


Text Example

White with #4A077B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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