Html Css Color HEX #4A157B Indigo

📋 copy color: '#4A157B'

red 74 ◦ green 21 ◦ blue 123

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

Shades of Indigo #4A157B

Tints of Indigo #4A157B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

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

R = 33.94%
G = 9.63%
B = 56.42%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A157B (or 0x4A157B) is known color: Indigo. HEX triplet: 4A, 15 and 7B. RGB value is (74,21,123). Sum of RGB (Red+Green+Blue) = 74+21+123=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A157B is #B5EA84. Grayscale: #303030. Windows color (decimal): -11922053 or 8066378. OLE color: 8066378.

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

Color convert

RGB 74 21 123 -
CMYK 0.40 0.83 0 0.52
HSL 271.18º 0.71% 0.28% -
HSV(B) 271.18º 0.83% 0.48% -
XYZ 6.67 3.42 19.05 -
YUV 48.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 74 21 123 0.40 0.83 0 0.52 271.18 0.71 0.28
Hex 4A 15 7B 28 53 0 34 10F 47 1C
Octal 112 25 173 50 123 0 64 417 107 34
Binary 1001010 10101 1111011 101000 1010011 0 110100 100001111 1000111 11100

Color Harmonies of #4A157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A157B

Black with #4A157B

Text Example


Text Example

White with #4A157B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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