Html Css Color HEX #4A0183 Indigo

📋 copy color: '#4A0183'

red 74 ◦ green 1 ◦ blue 131

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

Shades of Indigo #4A0183

Tints of Indigo #4A0183

RGB

 RED value IS 74 (29.3% from 255) = 35.92%

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 35.92%
G = 0.49%
B = 63.59%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4A0183 (or 0x4A0183) is known color: Indigo. HEX triplet: 4A, 01 and 83. RGB value is (74,1,131). Sum of RGB (Red+Green+Blue) = 74+1+131=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #4A0183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0183 is #B5FE7C. Grayscale: #252525. Windows color (decimal): -11927165 or 8585546. OLE color: 8585546.

HSL color Cylindrical-coordinate representation of color #4A0183: hue angle of 273.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0183 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 1 131 -
CMYK 0.44 0.99 0 0.49
HSL 273.69º 0.98% 0.26% -
HSV(B) 273.69º 0.99% 0.51% -
XYZ 6.93 3.12 21.71 -
YUV 37.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 74 1 131 0.44 0.99 0 0.49 273.69 0.98 0.26
Hex 4A 1 83 2C 63 0 31 112 62 1A
Octal 112 1 203 54 143 0 61 422 142 32
Binary 1001010 1 10000011 101100 1100011 0 110001 100010010 1100010 11010

Color Harmonies of #4A0183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0183

Black with #4A0183

Text Example


Text Example

White with #4A0183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,1,131); }

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

background-color css

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

 a { background-color: rgb(74,1,131); }

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

border-color css

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

 span { border-color: rgb(74,1,131); }

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