Html Css Color HEX #4D067B Indigo

📋 copy color: '#4D067B'

red 77 ◦ green 6 ◦ blue 123

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

Shades of Indigo #4D067B

Tints of Indigo #4D067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 59.71%

R = 37.38%
G = 2.91%
B = 59.71%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D067B (or 0x4D067B) is known color: Indigo. HEX triplet: 4D, 06 and 7B. RGB value is (77,6,123). Sum of RGB (Red+Green+Blue) = 77+6+123=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D067B is #B2F984. Grayscale: #282828. Windows color (decimal): -11729285 or 8062541. OLE color: 8062541.

HSL color Cylindrical-coordinate representation of color #4D067B: hue angle of 276.41º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D067B is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 6 123 -
CMYK 0.37 0.95 0 0.52
HSL 276.41º 0.91% 0.25% -
HSV(B) 276.41º 0.95% 0.48% -
XYZ 6.7 3.14 18.99 -
YUV 40.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 77 6 123 0.37 0.95 0 0.52 276.41 0.91 0.25
Hex 4D 6 7B 25 5F 0 34 114 5B 19
Octal 115 6 173 45 137 0 64 424 133 31
Binary 1001101 110 1111011 100101 1011111 0 110100 100010100 1011011 11001

Color Harmonies of #4D067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D067B

Black with #4D067B

Text Example


Text Example

White with #4D067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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