Html Css Color HEX #4D0968 Indigo

📋 copy color: '#4D0968'

red 77 ◦ green 9 ◦ blue 104

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

Shades of Indigo #4D0968

Tints of Indigo #4D0968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 40.53%
G = 4.74%
B = 54.74%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D0968 (or 0x4D0968) is known color: Indigo. HEX triplet: 4D, 09 and 68. RGB value is (77,9,104). Sum of RGB (Red+Green+Blue) = 77+9+104=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D0968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0968 is #B2F697. Grayscale: #272727. Windows color (decimal): -11728536 or 6818125. OLE color: 6818125.

HSL color Cylindrical-coordinate representation of color #4D0968: hue angle of 282.95º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0968 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 9 104 -
CMYK 0.26 0.91 0 0.59
HSL 282.95º 0.84% 0.22% -
HSV(B) 282.95º 0.91% 0.41% -
XYZ 5.66 2.77 13.33 -
YUV 40.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 77 9 104 0.26 0.91 0 0.59 282.95 0.84 0.22
Hex 4D 9 68 1A 5B 0 3B 11B 54 16
Octal 115 11 150 32 133 0 73 433 124 26
Binary 1001101 1001 1101000 11010 1011011 0 111011 100011011 1010100 10110

Color Harmonies of #4D0968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0968

Black with #4D0968

Text Example


Text Example

White with #4D0968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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