Html Css Color HEX #4D00AE Indigo

📋 copy color: '#4D00AE'

red 77 ◦ green 0 ◦ blue 174

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

Shades of Indigo #4D00AE

Tints of Indigo #4D00AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 30.68%
G = 0%
B = 69.32%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D00AE (or 0x4D00AE) is known color: Indigo. HEX triplet: 4D, 00 and AE. RGB value is (77,0,174). Sum of RGB (Red+Green+Blue) = 77+0+174=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D00AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D00AE is #B2FF51. Grayscale: #2A2A2A. Windows color (decimal): -11730770 or 11403341. OLE color: 11403341.

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

Color convert

RGB 77 0 174 -
CMYK 0.56 1 0 0.32
HSL 266.55º 1% 0.34% -
HSV(B) 266.55º 1% 0.68% -
XYZ 10.7 4.63 40.37 -
YUV 42.86 202.01 152.35 -
System Red Green Blue C M Y K H S L
Decimal 77 0 174 0.56 1 0 0.32 266.55 1 0.34
Hex 4D 0 AE 38 64 0 20 10B 64 22
Octal 115 0 256 70 144 0 40 413 144 42
Binary 1001101 0 10101110 111000 1100100 0 100000 100001011 1100100 100010

Color Harmonies of #4D00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D00AE

Black with #4D00AE

Text Example


Text Example

White with #4D00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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