Html Css Color HEX #4B127D Indigo

📋 copy color: '#4B127D'

red 75 ◦ green 18 ◦ blue 125

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

Shades of Indigo #4B127D

Tints of Indigo #4B127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.34%

R = 34.4%
G = 8.26%
B = 57.34%

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

#4B127D (or 0x4B127D) is known color: Indigo. HEX triplet: 4B, 12 and 7D. RGB value is (75,18,125). Sum of RGB (Red+Green+Blue) = 75+18+125=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B127D is #B4ED82. Grayscale: #2E2E2E. Windows color (decimal): -11857283 or 8196683. OLE color: 8196683.

HSL color Cylindrical-coordinate representation of color #4B127D: hue angle of 271.96º 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 #4B127D is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 18 125 -
CMYK 0.40 0.86 0 0.51
HSL 271.96º 0.75% 0.28% -
HSV(B) 271.96º 0.86% 0.49% -
XYZ 6.82 3.41 19.7 -
YUV 47.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 75 18 125 0.40 0.86 0 0.51 271.96 0.75 0.28
Hex 4B 12 7D 28 56 0 33 110 4B 1C
Octal 113 22 175 50 126 0 63 420 113 34
Binary 1001011 10010 1111101 101000 1010110 0 110011 100010000 1001011 11100

Color Harmonies of #4B127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B127D

Black with #4B127D

Text Example


Text Example

White with #4B127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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