Html Css Color HEX #4D09AA Indigo

📋 copy color: '#4D09AA'

red 77 ◦ green 9 ◦ blue 170

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

Shades of Indigo #4D09AA

Tints of Indigo #4D09AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 30.08%
G = 3.52%
B = 66.41%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D09AA (or 0x4D09AA) is known color: Indigo. HEX triplet: 4D, 09 and AA. RGB value is (77,9,170). Sum of RGB (Red+Green+Blue) = 77+9+170=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D09AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D09AA is #B2F655. Grayscale: #2F2F2F. Windows color (decimal): -11728470 or 11143501. OLE color: 11143501.

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

Color convert

RGB 77 9 170 -
CMYK 0.55 0.95 0 0.33
HSL 265.34º 0.9% 0.35% -
HSV(B) 265.34º 0.95% 0.67% -
XYZ 10.41 4.68 38.38 -
YUV 47.69 197.03 148.91 -
System Red Green Blue C M Y K H S L
Decimal 77 9 170 0.55 0.95 0 0.33 265.34 0.9 0.35
Hex 4D 9 AA 37 5F 0 21 109 5A 23
Octal 115 11 252 67 137 0 41 411 132 43
Binary 1001101 1001 10101010 110111 1011111 0 100001 100001001 1011010 100011

Color Harmonies of #4D09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D09AA

Black with #4D09AA

Text Example


Text Example

White with #4D09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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