Html Css Color HEX #4A0298 Indigo

📋 copy color: '#4A0298'

red 74 ◦ green 2 ◦ blue 152

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

Shades of Indigo #4A0298

Tints of Indigo #4A0298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 66.67%

R = 32.46%
G = 0.88%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A0298 (or 0x4A0298) is known color: Indigo. HEX triplet: 4A, 02 and 98. RGB value is (74,2,152). Sum of RGB (Red+Green+Blue) = 74+2+152=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0298 is #B5FD67. Grayscale: #282828. Windows color (decimal): -11926888 or 9962058. OLE color: 9962058.

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

Color convert

RGB 74 2 152 -
CMYK 0.51 0.99 0 0.40
HSL 268.8º 0.97% 0.3% -
HSV(B) 268.8º 0.99% 0.6% -
XYZ 8.51 3.77 29.98 -
YUV 40.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 74 2 152 0.51 0.99 0 0.40 268.8 0.97 0.3
Hex 4A 2 98 33 63 0 28 10D 61 1E
Octal 112 2 230 63 143 0 50 415 141 36
Binary 1001010 10 10011000 110011 1100011 0 101000 100001101 1100001 11110

Color Harmonies of #4A0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0298

Black with #4A0298

Text Example


Text Example

White with #4A0298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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