Html Css Color HEX #4B127E Indigo

📋 copy color: '#4B127E'

red 75 ◦ green 18 ◦ blue 126

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

Shades of Indigo #4B127E

Tints of Indigo #4B127E

RGB

 RED value IS 75 (29.69% from 255) = 34.25%

 GREEN value IS 18 (7.42% from 255) = 8.22%

 BLUE value IS 126 (49.61% from 255) = 57.53%

R = 34.25%
G = 8.22%
B = 57.53%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B127E (or 0x4B127E) is known color: Indigo. HEX triplet: 4B, 12 and 7E. RGB value is (75,18,126). Sum of RGB (Red+Green+Blue) = 75+18+126=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #4B127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B127E is #B4ED81. Grayscale: #2E2E2E. Windows color (decimal): -11857282 or 8262219. OLE color: 8262219.

HSL color Cylindrical-coordinate representation of color #4B127E: hue angle of 271.67º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B127E is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 18 126 -
CMYK 0.40 0.86 0 0.51
HSL 271.67º 0.75% 0.28% -
HSV(B) 271.67º 0.86% 0.49% -
XYZ 6.88 3.43 20.04 -
YUV 47.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 75 18 126 0.40 0.86 0 0.51 271.67 0.75 0.28
Hex 4B 12 7E 28 56 0 33 110 4B 1C
Octal 113 22 176 50 126 0 63 420 113 34
Binary 1001011 10010 1111110 101000 1010110 0 110011 100010000 1001011 11100

Color Harmonies of #4B127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B127E

Black with #4B127E

Text Example


Text Example

White with #4B127E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,18,126); }

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

background-color css

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

 a { background-color: rgb(75,18,126); }

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

border-color css

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

 span { border-color: rgb(75,18,126); }

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