Html Css Color HEX #4D00A4 Indigo

📋 copy color: '#4D00A4'

red 77 ◦ green 0 ◦ blue 164

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

Shades of Indigo #4D00A4

Tints of Indigo #4D00A4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 164 (64.45% from 255) = 68.05%

R = 31.95%
G = 0%
B = 68.05%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4D00A4 (or 0x4D00A4) is known color: Indigo. HEX triplet: 4D, 00 and A4. RGB value is (77,0,164). Sum of RGB (Red+Green+Blue) = 77+0+164=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #4D00A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D00A4 is #B2FF5B. Grayscale: #292929. Windows color (decimal): -11730780 or 10747981. OLE color: 10747981.

HSL color Cylindrical-coordinate representation of color #4D00A4: hue angle of 268.17º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D00A4 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 0 164 -
CMYK 0.53 1 0 0.36
HSL 268.17º 1% 0.32% -
HSV(B) 268.17º 1% 0.64% -
XYZ 9.76 4.26 35.43 -
YUV 41.72 197.01 153.16 -
System Red Green Blue C M Y K H S L
Decimal 77 0 164 0.53 1 0 0.36 268.17 1 0.32
Hex 4D 0 A4 35 64 0 24 10C 64 20
Octal 115 0 244 65 144 0 44 414 144 40
Binary 1001101 0 10100100 110101 1100100 0 100100 100001100 1100100 100000

Color Harmonies of #4D00A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D00A4

Black with #4D00A4

Text Example


Text Example

White with #4D00A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,0,164); }

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

background-color css

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

 a { background-color: rgb(77,0,164); }

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

border-color css

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

 span { border-color: rgb(77,0,164); }

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