Html Css Color HEX #3A049B Indigo

📋 copy color: '#3A049B'

red 58 ◦ green 4 ◦ blue 155

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

Shades of Indigo #3A049B

Tints of Indigo #3A049B

RGB

 RED value IS 58 (23.05% from 255) = 26.73%

 GREEN value IS 4 (1.95% from 255) = 1.84%

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

R = 26.73%
G = 1.84%
B = 71.43%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A049B (or 0x3A049B) is known color: Indigo. HEX triplet: 3A, 04 and 9B. RGB value is (58,4,155). Sum of RGB (Red+Green+Blue) = 58+4+155=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A049B is #C5FB64. Grayscale: #242424. Windows color (decimal): -12974949 or 10159162. OLE color: 10159162.

HSL color Cylindrical-coordinate representation of color #3A049B: hue angle of 261.46º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A049B is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 4 155 -
CMYK 0.63 0.97 0 0.39
HSL 261.46º 0.95% 0.31% -
HSV(B) 261.46º 0.97% 0.61% -
XYZ 7.7 3.35 31.25 -
YUV 37.36 194.39 142.72 -
System Red Green Blue C M Y K H S L
Decimal 58 4 155 0.63 0.97 0 0.39 261.46 0.95 0.31
Hex 3A 4 9B 3F 61 0 27 105 5F 1F
Octal 72 4 233 77 141 0 47 405 137 37
Binary 111010 100 10011011 111111 1100001 0 100111 100000101 1011111 11111

Color Harmonies of #3A049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A049B

Black with #3A049B

Text Example


Text Example

White with #3A049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A049B; }

 p { color: rgb(58,4,155); }

 H1.HeaderClassName
 {
   color: #3A049B;
 }
 .AnyTagClassName
 {
   color: #3A049B;
 }
</style>

background-color css

<style>
 a { background-color: #3A049B; }

 a { background-color: rgb(58,4,155); }

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

border-color css

<style>
 span { border-color: #3A049B; }

 span { border-color: rgb(58,4,155); }

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