Html Css Color HEX #4A039B Indigo

📋 copy color: '#4A039B'

red 74 ◦ green 3 ◦ blue 155

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

Shades of Indigo #4A039B

Tints of Indigo #4A039B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.81%

R = 31.9%
G = 1.29%
B = 66.81%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A039B (or 0x4A039B) is known color: Indigo. HEX triplet: 4A, 03 and 9B. RGB value is (74,3,155). Sum of RGB (Red+Green+Blue) = 74+3+155=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A039B is #B5FC64. Grayscale: #292929. Windows color (decimal): -11926629 or 10158922. OLE color: 10158922.

HSL color Cylindrical-coordinate representation of color #4A039B: hue angle of 268.03º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A039B is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 3 155 -
CMYK 0.52 0.98 0 0.39
HSL 268.03º 0.96% 0.31% -
HSV(B) 268.03º 0.98% 0.61% -
XYZ 8.77 3.89 31.3 -
YUV 41.56 192.02 151.14 -
System Red Green Blue C M Y K H S L
Decimal 74 3 155 0.52 0.98 0 0.39 268.03 0.96 0.31
Hex 4A 3 9B 34 62 0 27 10C 60 1F
Octal 112 3 233 64 142 0 47 414 140 37
Binary 1001010 11 10011011 110100 1100010 0 100111 100001100 1100000 11111

Color Harmonies of #4A039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A039B

Black with #4A039B

Text Example


Text Example

White with #4A039B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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