Html Css Color HEX #4A117B Indigo

📋 copy color: '#4A117B'

red 74 ◦ green 17 ◦ blue 123

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

Shades of Indigo #4A117B

Tints of Indigo #4A117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

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

R = 34.58%
G = 7.94%
B = 57.48%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A117B (or 0x4A117B) is known color: Indigo. HEX triplet: 4A, 11 and 7B. RGB value is (74,17,123). Sum of RGB (Red+Green+Blue) = 74+17+123=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A117B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A117B is #B5EE84. Grayscale: #2D2D2D. Windows color (decimal): -11923077 or 8065354. OLE color: 8065354.

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

Color convert

RGB 74 17 123 -
CMYK 0.40 0.86 0 0.52
HSL 272.26º 0.76% 0.27% -
HSV(B) 272.26º 0.86% 0.48% -
XYZ 6.6 3.29 19.03 -
YUV 46.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 74 17 123 0.40 0.86 0 0.52 272.26 0.76 0.27
Hex 4A 11 7B 28 56 0 34 110 4C 1B
Octal 112 21 173 50 126 0 64 420 114 33
Binary 1001010 10001 1111011 101000 1010110 0 110100 100010000 1001100 11011

Color Harmonies of #4A117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A117B

Black with #4A117B

Text Example


Text Example

White with #4A117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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