Html Css Color HEX #4A036F Indigo

📋 copy color: '#4A036F'

red 74 ◦ green 3 ◦ blue 111

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

Shades of Indigo #4A036F

Tints of Indigo #4A036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 39.36%
G = 1.6%
B = 59.04%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A036F (or 0x4A036F) is known color: Indigo. HEX triplet: 4A, 03 and 6F. RGB value is (74,3,111). Sum of RGB (Red+Green+Blue) = 74+3+111=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A036F is #B5FC90. Grayscale: #242424. Windows color (decimal): -11926673 or 7275338. OLE color: 7275338.

HSL color Cylindrical-coordinate representation of color #4A036F: hue angle of 279.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A036F is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 3 111 -
CMYK 0.33 0.97 0 0.56
HSL 279.44º 0.95% 0.22% -
HSV(B) 279.44º 0.97% 0.44% -
XYZ 5.73 2.67 15.25 -
YUV 36.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 74 3 111 0.33 0.97 0 0.56 279.44 0.95 0.22
Hex 4A 3 6F 21 61 0 38 117 5F 16
Octal 112 3 157 41 141 0 70 427 137 26
Binary 1001010 11 1101111 100001 1100001 0 111000 100010111 1011111 10110

Color Harmonies of #4A036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A036F

Black with #4A036F

Text Example


Text Example

White with #4A036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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