Html Css Color HEX #4D1283 Indigo

📋 copy color: '#4D1283'

red 77 ◦ green 18 ◦ blue 131

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

Shades of Indigo #4D1283

Tints of Indigo #4D1283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

 BLUE value IS 131 (51.56% from 255) = 57.96%

R = 34.07%
G = 7.96%
B = 57.96%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D1283 (or 0x4D1283) is known color: Indigo. HEX triplet: 4D, 12 and 83. RGB value is (77,18,131). Sum of RGB (Red+Green+Blue) = 77+18+131=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D1283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1283 is #B2ED7C. Grayscale: #303030. Windows color (decimal): -11726205 or 8589901. OLE color: 8589901.

HSL color Cylindrical-coordinate representation of color #4D1283: hue angle of 271.33º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1283 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 18 131 -
CMYK 0.41 0.86 0 0.49
HSL 271.33º 0.76% 0.29% -
HSV(B) 271.33º 0.86% 0.51% -
XYZ 7.37 3.65 21.79 -
YUV 48.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 77 18 131 0.41 0.86 0 0.49 271.33 0.76 0.29
Hex 4D 12 83 29 56 0 31 10F 4C 1D
Octal 115 22 203 51 126 0 61 417 114 35
Binary 1001101 10010 10000011 101001 1010110 0 110001 100001111 1001100 11101

Color Harmonies of #4D1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1283

Black with #4D1283

Text Example


Text Example

White with #4D1283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,131); }

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

background-color css

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

 a { background-color: rgb(77,18,131); }

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

border-color css

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

 span { border-color: rgb(77,18,131); }

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