Html Css Color HEX #4D07AA Indigo

📋 copy color: '#4D07AA'

red 77 ◦ green 7 ◦ blue 170

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

Shades of Indigo #4D07AA

Tints of Indigo #4D07AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 30.31%
G = 2.76%
B = 66.93%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D07AA (or 0x4D07AA) is known color: Indigo. HEX triplet: 4D, 07 and AA. RGB value is (77,7,170). Sum of RGB (Red+Green+Blue) = 77+7+170=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D07AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D07AA is #B2F855. Grayscale: #2D2D2D. Windows color (decimal): -11728982 or 11142989. OLE color: 11142989.

HSL color Cylindrical-coordinate representation of color #4D07AA: hue angle of 265.77º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D07AA is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 7 170 -
CMYK 0.55 0.96 0 0.33
HSL 265.77º 0.92% 0.35% -
HSV(B) 265.77º 0.96% 0.67% -
XYZ 10.39 4.63 38.38 -
YUV 46.51 197.69 149.75 -
System Red Green Blue C M Y K H S L
Decimal 77 7 170 0.55 0.96 0 0.33 265.77 0.92 0.35
Hex 4D 7 AA 37 60 0 21 10A 5C 23
Octal 115 7 252 67 140 0 41 412 134 43
Binary 1001101 111 10101010 110111 1100000 0 100001 100001010 1011100 100011

Color Harmonies of #4D07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D07AA

Black with #4D07AA

Text Example


Text Example

White with #4D07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,7,170); }

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

background-color css

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

 a { background-color: rgb(77,7,170); }

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

border-color css

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

 span { border-color: rgb(77,7,170); }

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