Html Css Color HEX #4A0295 Indigo

📋 copy color: '#4A0295'

red 74 ◦ green 2 ◦ blue 149

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

Shades of Indigo #4A0295

Tints of Indigo #4A0295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 32.89%
G = 0.89%
B = 66.22%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A0295 (or 0x4A0295) is known color: Indigo. HEX triplet: 4A, 02 and 95. RGB value is (74,2,149). Sum of RGB (Red+Green+Blue) = 74+2+149=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A0295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0295 is #B5FD6A. Grayscale: #272727. Windows color (decimal): -11926891 or 9765450. OLE color: 9765450.

HSL color Cylindrical-coordinate representation of color #4A0295: hue angle of 269.39º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0295 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 2 149 -
CMYK 0.50 0.99 0 0.42
HSL 269.39º 0.97% 0.3% -
HSV(B) 269.39º 0.99% 0.58% -
XYZ 8.27 3.67 28.71 -
YUV 40.29 189.35 152.05 -
System Red Green Blue C M Y K H S L
Decimal 74 2 149 0.50 0.99 0 0.42 269.39 0.97 0.3
Hex 4A 2 95 32 63 0 2A 10D 61 1E
Octal 112 2 225 62 143 0 52 415 141 36
Binary 1001010 10 10010101 110010 1100011 0 101010 100001101 1100001 11110

Color Harmonies of #4A0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0295

Black with #4A0295

Text Example


Text Example

White with #4A0295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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