Html Css Color HEX #4D06AF Indigo

📋 copy color: '#4D06AF'

red 77 ◦ green 6 ◦ blue 175

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

Shades of Indigo #4D06AF

Tints of Indigo #4D06AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 175 (68.75% from 255) = 67.83%

R = 29.84%
G = 2.33%
B = 67.83%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4D06AF (or 0x4D06AF) is known color: Indigo. HEX triplet: 4D, 06 and AF. RGB value is (77,6,175). Sum of RGB (Red+Green+Blue) = 77+6+175=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D06AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D06AF is #B2F950. Grayscale: #2D2D2D. Windows color (decimal): -11729233 or 11470413. OLE color: 11470413.

HSL color Cylindrical-coordinate representation of color #4D06AF: hue angle of 265.21º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D06AF is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 6 175 -
CMYK 0.56 0.97 0 0.31
HSL 265.21º 0.93% 0.35% -
HSV(B) 265.21º 0.97% 0.69% -
XYZ 10.86 4.8 40.91 -
YUV 46.5 200.52 149.76 -
System Red Green Blue C M Y K H S L
Decimal 77 6 175 0.56 0.97 0 0.31 265.21 0.93 0.35
Hex 4D 6 AF 38 61 0 1F 109 5D 23
Octal 115 6 257 70 141 0 37 411 135 43
Binary 1001101 110 10101111 111000 1100001 0 11111 100001001 1011101 100011

Color Harmonies of #4D06AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D06AF

Black with #4D06AF

Text Example


Text Example

White with #4D06AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,6,175); }

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

background-color css

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

 a { background-color: rgb(77,6,175); }

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

border-color css

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

 span { border-color: rgb(77,6,175); }

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