Html Css Color HEX #4A0162 Indigo

📋 copy color: '#4A0162'

red 74 ◦ green 1 ◦ blue 98

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

Shades of Indigo #4A0162

Tints of Indigo #4A0162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.65%

R = 42.77%
G = 0.58%
B = 56.65%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A0162 (or 0x4A0162) is known color: Indigo. HEX triplet: 4A, 01 and 62. RGB value is (74,1,98). Sum of RGB (Red+Green+Blue) = 74+1+98=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A0162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0162 is #B5FE9D. Grayscale: #212121. Windows color (decimal): -11927198 or 6422858. OLE color: 6422858.

HSL color Cylindrical-coordinate representation of color #4A0162: hue angle of 285.15º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0162 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 1 98 -
CMYK 0.24 0.99 0 0.62
HSL 285.15º 0.98% 0.19% -
HSV(B) 285.15º 0.99% 0.38% -
XYZ 5.04 2.36 11.75 -
YUV 33.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 74 1 98 0.24 0.99 0 0.62 285.15 0.98 0.19
Hex 4A 1 62 18 63 0 3E 11D 62 13
Octal 112 1 142 30 143 0 76 435 142 23
Binary 1001010 1 1100010 11000 1100011 0 111110 100011101 1100010 10011

Color Harmonies of #4A0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0162

Black with #4A0162

Text Example


Text Example

White with #4A0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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