Html Css Color HEX #4A0273 Indigo

📋 copy color: '#4A0273'

red 74 ◦ green 2 ◦ blue 115

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

Shades of Indigo #4A0273

Tints of Indigo #4A0273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 115 (45.31% from 255) = 60.21%

R = 38.74%
G = 1.05%
B = 60.21%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A0273 (or 0x4A0273) is known color: Indigo. HEX triplet: 4A, 02 and 73. RGB value is (74,2,115). Sum of RGB (Red+Green+Blue) = 74+2+115=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A0273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0273 is #B5FD8C. Grayscale: #242424. Windows color (decimal): -11926925 or 7537226. OLE color: 7537226.

HSL color Cylindrical-coordinate representation of color #4A0273: hue angle of 278.23º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A0273 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 2 115 -
CMYK 0.36 0.98 0 0.55
HSL 278.23º 0.97% 0.23% -
HSV(B) 278.23º 0.98% 0.45% -
XYZ 5.94 2.74 16.43 -
YUV 36.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 74 2 115 0.36 0.98 0 0.55 278.23 0.97 0.23
Hex 4A 2 73 24 62 0 37 116 61 17
Octal 112 2 163 44 142 0 67 426 141 27
Binary 1001010 10 1110011 100100 1100010 0 110111 100010110 1100001 10111

Color Harmonies of #4A0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0273

Black with #4A0273

Text Example


Text Example

White with #4A0273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,2,115); }

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

background-color css

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

 a { background-color: rgb(74,2,115); }

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

border-color css

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

 span { border-color: rgb(74,2,115); }

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