Html Css Color HEX #4A027A Indigo

📋 copy color: '#4A027A'

red 74 ◦ green 2 ◦ blue 122

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

Shades of Indigo #4A027A

Tints of Indigo #4A027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 122 (48.05% from 255) = 61.62%

R = 37.37%
G = 1.01%
B = 61.62%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A027A (or 0x4A027A) is known color: Indigo. HEX triplet: 4A, 02 and 7A. RGB value is (74,2,122). Sum of RGB (Red+Green+Blue) = 74+2+122=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A027A is #B5FD85. Grayscale: #242424. Windows color (decimal): -11926918 or 7995978. OLE color: 7995978.

HSL color Cylindrical-coordinate representation of color #4A027A: hue angle of 276º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A027A is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 2 122 -
CMYK 0.39 0.98 0 0.52
HSL 276º 0.97% 0.24% -
HSV(B) 276º 0.98% 0.48% -
XYZ 6.36 2.9 18.64 -
YUV 37.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 74 2 122 0.39 0.98 0 0.52 276 0.97 0.24
Hex 4A 2 7A 27 62 0 34 114 61 18
Octal 112 2 172 47 142 0 64 424 141 30
Binary 1001010 10 1111010 100111 1100010 0 110100 100010100 1100001 11000

Color Harmonies of #4A027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A027A

Black with #4A027A

Text Example


Text Example

White with #4A027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,2,122); }

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

background-color css

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

 a { background-color: rgb(74,2,122); }

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

border-color css

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

 span { border-color: rgb(74,2,122); }

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