Html Css Color HEX #4D01AE Indigo

📋 copy color: '#4D01AE'

red 77 ◦ green 1 ◦ blue 174

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

Shades of Indigo #4D01AE

Tints of Indigo #4D01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 30.56%
G = 0.4%
B = 69.05%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D01AE (or 0x4D01AE) is known color: Indigo. HEX triplet: 4D, 01 and AE. RGB value is (77,1,174). Sum of RGB (Red+Green+Blue) = 77+1+174=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D01AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D01AE is #B2FE51. Grayscale: #2A2A2A. Windows color (decimal): -11730514 or 11403597. OLE color: 11403597.

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

Color convert

RGB 77 1 174 -
CMYK 0.56 0.99 0 0.32
HSL 266.36º 0.99% 0.34% -
HSV(B) 266.36º 0.99% 0.68% -
XYZ 10.71 4.66 40.38 -
YUV 43.45 201.68 151.93 -
System Red Green Blue C M Y K H S L
Decimal 77 1 174 0.56 0.99 0 0.32 266.36 0.99 0.34
Hex 4D 1 AE 38 63 0 20 10A 63 22
Octal 115 1 256 70 143 0 40 412 143 42
Binary 1001101 1 10101110 111000 1100011 0 100000 100001010 1100011 100010

Color Harmonies of #4D01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D01AE

Black with #4D01AE

Text Example


Text Example

White with #4D01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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