Html Css Color HEX #4A0362 Indigo

📋 copy color: '#4A0362'

red 74 ◦ green 3 ◦ blue 98

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

Shades of Indigo #4A0362

Tints of Indigo #4A0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 42.29%
G = 1.71%
B = 56%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A0362 (or 0x4A0362) is known color: Indigo. HEX triplet: 4A, 03 and 62. RGB value is (74,3,98). Sum of RGB (Red+Green+Blue) = 74+3+98=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A0362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0362 is #B5FC9D. Grayscale: #222222. Windows color (decimal): -11926686 or 6423370. OLE color: 6423370.

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

Color convert

RGB 74 3 98 -
CMYK 0.24 0.97 0 0.62
HSL 284.84º 0.94% 0.2% -
HSV(B) 284.84º 0.97% 0.38% -
XYZ 5.06 2.4 11.75 -
YUV 35.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 74 3 98 0.24 0.97 0 0.62 284.84 0.94 0.2
Hex 4A 3 62 18 61 0 3E 11D 5E 14
Octal 112 3 142 30 141 0 76 435 136 24
Binary 1001010 11 1100010 11000 1100001 0 111110 100011101 1011110 10100

Color Harmonies of #4A0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0362

Black with #4A0362

Text Example


Text Example

White with #4A0362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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