Html Css Color HEX #3A059B Indigo

📋 copy color: '#3A059B'

red 58 ◦ green 5 ◦ blue 155

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

Shades of Indigo #3A059B

Tints of Indigo #3A059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

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

R = 26.61%
G = 2.29%
B = 71.1%

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

#3A059B (or 0x3A059B) is known color: Indigo. HEX triplet: 3A, 05 and 9B. RGB value is (58,5,155). Sum of RGB (Red+Green+Blue) = 58+5+155=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A059B is #C5FA64. Grayscale: #252525. Windows color (decimal): -12974693 or 10159418. OLE color: 10159418.

HSL color Cylindrical-coordinate representation of color #3A059B: hue angle of 261.2º degrees, saturation: 0.94, 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 #3A059B is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 5 155 -
CMYK 0.63 0.97 0 0.39
HSL 261.2º 0.94% 0.31% -
HSV(B) 261.2º 0.97% 0.61% -
XYZ 7.72 3.37 31.26 -
YUV 37.95 194.06 142.3 -
System Red Green Blue C M Y K H S L
Decimal 58 5 155 0.63 0.97 0 0.39 261.2 0.94 0.31
Hex 3A 5 9B 3F 61 0 27 105 5E 1F
Octal 72 5 233 77 141 0 47 405 136 37
Binary 111010 101 10011011 111111 1100001 0 100111 100000101 1011110 11111

Color Harmonies of #3A059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A059B

Black with #3A059B

Text Example


Text Example

White with #3A059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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