Html Css Color HEX #4D088B Indigo

📋 copy color: '#4D088B'

red 77 ◦ green 8 ◦ blue 139

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

Shades of Indigo #4D088B

Tints of Indigo #4D088B

RGB

 RED value IS 77 (30.47% from 255) = 34.38%

 GREEN value IS 8 (3.52% from 255) = 3.57%

 BLUE value IS 139 (54.69% from 255) = 62.05%

R = 34.38%
G = 3.57%
B = 62.05%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D088B (or 0x4D088B) is known color: Indigo. HEX triplet: 4D, 08 and 8B. RGB value is (77,8,139). Sum of RGB (Red+Green+Blue) = 77+8+139=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D088B is #B2F774. Grayscale: #2B2B2B. Windows color (decimal): -11728757 or 9111629. OLE color: 9111629.

HSL color Cylindrical-coordinate representation of color #4D088B: hue angle of 271.6º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D088B is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 8 139 -
CMYK 0.45 0.94 0 0.45
HSL 271.6º 0.89% 0.29% -
HSV(B) 271.6º 0.94% 0.55% -
XYZ 7.81 3.62 24.71 -
YUV 43.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 77 8 139 0.45 0.94 0 0.45 271.6 0.89 0.29
Hex 4D 8 8B 2D 5E 0 2D 110 59 1D
Octal 115 10 213 55 136 0 55 420 131 35
Binary 1001101 1000 10001011 101101 1011110 0 101101 100010000 1011001 11101

Color Harmonies of #4D088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D088B

Black with #4D088B

Text Example


Text Example

White with #4D088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,8,139); }

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

background-color css

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

 a { background-color: rgb(77,8,139); }

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

border-color css

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

 span { border-color: rgb(77,8,139); }

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